Home
last modified time | relevance | path

Searched refs:amdgpu_atom_debug (Results 1 – 2 of 2) sorted by relevance

/dflybsd-src/sys/dev/drm/amd/amdgpu/
H A Datom.h146 extern int amdgpu_atom_debug;
H A Datom.c65 int amdgpu_atom_debug = 0; variable
94 #define DEBUG(...) do if (amdgpu_atom_debug) { printk(KERN_DEBUG __VA_ARGS__); } while (0)
95 #define SDEBUG(...) do if (amdgpu_atom_debug) { printk(KERN_DEBUG); debug_print_spaces(debug_depth)…