Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/amdgpu/
H A Datom.c93 static void debug_print_spaces(int n) in debug_print_spaces() function
100 #define SDEBUG(...) do if (amdgpu_atom_debug) { printk(KERN_DEBUG); debug_print_spaces(debug_depth)…
/OK3568_Linux_fs/kernel/drivers/gpu/drm/radeon/
H A Datom.c94 static void debug_print_spaces(int n) in debug_print_spaces() function
101 #define SDEBUG(...) do if (atom_debug) { printk(KERN_DEBUG); debug_print_spaces(debug_depth); print…