Searched refs:amdgpu_atom_debug (Results 1 – 1 of 1) sorted by relevance
73 int amdgpu_atom_debug; variable103 #define DEBUG(...) do if (amdgpu_atom_debug) { printk(KERN_DEBUG __VA_ARGS__); } while (0)104 #define SDEBUG(...) do if (amdgpu_atom_debug) { printk(KERN_DEBUG); debug_print_spaces(debug_depth)…