Home
last modified time | relevance | path

Searched defs:SDEBUG (Results 1 – 2 of 2) sorted by relevance

/linux-6.3-rc2/drivers/gpu/drm/radeon/
A Datom.c102 #define SDEBUG(...) do if (atom_debug) { printk(KERN_DEBUG); debug_print_spaces(debug_depth); print… macro
105 #define SDEBUG(...) do { } while (0) macro
/linux-6.3-rc2/drivers/gpu/drm/amd/amdgpu/
A Datom.c103 #define SDEBUG(...) do if (amdgpu_atom_debug) { printk(KERN_DEBUG); debug_print_spaces(debug_depth)… macro
106 #define SDEBUG(...) do { } while (0) macro

Completed in 12 milliseconds