amdgpu_atom_debug   67 drivers/gpu/drm/amd/amdgpu/atom.c int amdgpu_atom_debug = 0;
amdgpu_atom_debug   97 drivers/gpu/drm/amd/amdgpu/atom.c #define DEBUG(...) do if (amdgpu_atom_debug) { printk(KERN_DEBUG __VA_ARGS__); } while (0)
amdgpu_atom_debug   98 drivers/gpu/drm/amd/amdgpu/atom.c #define SDEBUG(...) do if (amdgpu_atom_debug) { printk(KERN_DEBUG); debug_print_spaces(debug_depth); printk(__VA_ARGS__); } while (0)
amdgpu_atom_debug  147 drivers/gpu/drm/amd/amdgpu/atom.h extern int amdgpu_atom_debug;