Home
last modified time | relevance | path

Searched refs:debug_depth (Results 1 – 2 of 2) sorted by relevance

/dragonfly/sys/dev/drm/radeon/
HDatom.c87 static int debug_depth = 0; variable
96 …_PRINT(...) do if (atom_debug) { kprintf(__FILE__); debug_print_spaces(debug_depth); kprintf(__VA_…
1192 debug_depth++; in atom_execute_table_locked()
1215 debug_depth--; in atom_execute_table_locked()
/dragonfly/sys/dev/drm/amd/amdgpu/
HDatom.c86 static int debug_depth = 0; variable
95 #define SDEBUG(...) do if (amdgpu_atom_debug) { printk(KERN_DEBUG); debug_print_spaces(debug_depth)…
1227 debug_depth++; in amdgpu_atom_execute_table_locked()
1250 debug_depth--; in amdgpu_atom_execute_table_locked()