debug_depth        89 drivers/gpu/drm/amd/amdgpu/atom.c static int debug_depth = 0;
debug_depth        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)
debug_depth      1230 drivers/gpu/drm/amd/amdgpu/atom.c 	debug_depth++;
debug_depth      1253 drivers/gpu/drm/amd/amdgpu/atom.c 	debug_depth--;
debug_depth        92 drivers/gpu/drm/radeon/atom.c static int debug_depth = 0;
debug_depth       101 drivers/gpu/drm/radeon/atom.c #define SDEBUG(...) do if (atom_debug) { printk(KERN_DEBUG); debug_print_spaces(debug_depth); printk(__VA_ARGS__); } while (0)
debug_depth      1187 drivers/gpu/drm/radeon/atom.c 	debug_depth++;
debug_depth      1210 drivers/gpu/drm/radeon/atom.c 	debug_depth--;