Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/radeon/
Datom.c94 static int debug_depth = 0; variable
103 #define SDEBUG(...) do if (atom_debug) { printk(KERN_DEBUG); debug_print_spaces(debug_depth); print…
1203 debug_depth++; in atom_execute_table_locked()
1226 debug_depth--; in atom_execute_table_locked()
/linux-6.12.1/drivers/gpu/drm/amd/amdgpu/
Datom.c95 static int debug_depth; variable
104 #define SDEBUG(...) do if (amdgpu_atom_debug) { printk(KERN_DEBUG); debug_print_spaces(debug_depth)…
1255 debug_depth++; in amdgpu_atom_execute_table_locked()
1278 debug_depth--; in amdgpu_atom_execute_table_locked()