HomeSort by: relevance | last modified time | path
    Searched defs:ATOM_DEBUG (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_atom.c 37 #define ATOM_DEBUG
96 #ifdef ATOM_DEBUG
  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_atom.c 39 #define ATOM_DEBUG
74 int atom_debug = 0; variable in typeref:typename:int
98 #ifdef ATOM_DEBUG
114 #define DEBUG(...) do if (atom_debug) { printk(KERN_DEBUG __VA_ARGS__); } while (0)
115 #define SDEBUG(...) do if (atom_debug) { printk(KERN_DEBUG); debug_print_spaces(debug_depth); printk(__VA_ARGS__); } while (0)

Completed in 13 milliseconds