OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:amdgpu_atom_debug
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_atom.c
72
int
amdgpu_atom_debug
= 0;
variable in typeref:typename:int
103
#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); printk(__VA_ARGS__); } while (0)
Completed in 14 milliseconds
Indexes created Fri Oct 03 17:10:05 GMT 2025