Searched defs:SDEBUG (Results 1 - 1 of 1) sorted by relevance

/drivers/gpu/drm/radeon/
H A Datom.c96 #define SDEBUG(...) do if (atom_debug) { printk(KERN_DEBUG); debug_print_spaces(debug_depth); printk(__VA_ARGS__); } while (0) macro
99 #define SDEBUG(...) do { } while (0) macro
592 SDEBUG(" dst: ");
594 SDEBUG(" src: ");
597 SDEBUG(" dst: ");
606 SDEBUG(" dst: ");
608 SDEBUG(" src: ");
611 SDEBUG(" dst: ");
626 SDEBUG(" table: %d (%s)\n", idx, atom_table_names[idx]);
628 SDEBUG(" tabl
[all...]

Completed in 54 milliseconds