Home
last modified time | relevance | path

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

/openbsd-src/sys/dev/pci/drm/radeon/
H A Datom.c106 #define SDEBUG(...) do if (atom_debug) { printk(KERN_DEBUG); debug_print_spaces(debug_depth); print… macro
109 #define SDEBUG(...) do { } while (0) macro
/openbsd-src/sys/dev/pci/drm/amd/amdgpu/
H A Damdgpu_atom.c107 #define SDEBUG(...) do if (amdgpu_atom_debug) { printk(KERN_DEBUG); debug_print_spaces(debug_depth)… macro
110 #define SDEBUG(...) do { } while (0) macro