Searched defs:debug_depth (Results 1 - 1 of 1) sorted by relevance

/drivers/gpu/drm/radeon/
H A Datom.c87 static int debug_depth = 0; variable
96 #define SDEBUG(...) do if (atom_debug) { printk(KERN_DEBUG); debug_print_spaces(debug_depth); printk(__VA_ARGS__); } while (0)
1188 debug_depth++;
1211 debug_depth--;

Completed in 38 milliseconds