Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/
Datom.c92 static int debug_depth = 0; variable
101 #define SDEBUG(...) do if (atom_debug) { printk(KERN_DEBUG); debug_print_spaces(debug_depth); print…
1187 debug_depth++; in atom_execute_table_locked()
1210 debug_depth--; in atom_execute_table_locked()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/
Datom.c91 static int debug_depth = 0; variable
100 #define SDEBUG(...) do if (amdgpu_atom_debug) { printk(KERN_DEBUG); debug_print_spaces(debug_depth)…
1233 debug_depth++; in amdgpu_atom_execute_table_locked()
1256 debug_depth--; in amdgpu_atom_execute_table_locked()