Searched refs:atom_debug (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/sys/dev/drm2/radeon/
H A Datom.h146 extern int atom_debug;
H A Datom.c63 int atom_debug = 0; variable
92 #define ATOM_DEBUG_PRINT(...) do if (atom_debug) { printf(__FILE__ __VA_ARGS__); } while (0)
93 #define ATOM_SDEBUG_PRINT(...) do if (atom_debug) { printf(__FILE__); debug_print_spaces(debug_depth); printf(__VA_ARGS__); } while (0)

Completed in 349 milliseconds