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

/linux-master/drivers/gpu/drm/radeon/
H A Datom.c96 static void debug_print_spaces(int n) function
103 #define SDEBUG(...) do if (atom_debug) { printk(KERN_DEBUG); debug_print_spaces(debug_depth); printk(__VA_ARGS__); } while (0)
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Datom.c97 static void debug_print_spaces(int n) function
104 #define SDEBUG(...) do if (amdgpu_atom_debug) { printk(KERN_DEBUG); debug_print_spaces(debug_depth); printk(__VA_ARGS__); } while (0)

Completed in 142 milliseconds