Searched refs:amdgpu_atom_debug (Results 1 – 2 of 2) sorted by relevance
155 extern int amdgpu_atom_debug;
72 int amdgpu_atom_debug; variable102 #define DEBUG(...) do if (amdgpu_atom_debug) { printk(KERN_DEBUG __VA_ARGS__); } while (0)103 #define SDEBUG(...) do if (amdgpu_atom_debug) { printk(KERN_DEBUG); debug_print_spaces(debug_depth)…