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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/radeon/
H A Datom.c95 #define SDEBUG(...) do if (atom_debug) { printk(KERN_DEBUG); debug_print_spaces(debug_depth); printk(__VA_ARGS__); } while (0) macro
98 #define SDEBUG(...) do { } while (0) macro
579 SDEBUG(" dst: ");
581 SDEBUG(" src: ");
584 SDEBUG(" dst: ");
593 SDEBUG(" dst: ");
595 SDEBUG(" src: ");
598 SDEBUG(" dst: ");
613 SDEBUG(" table: %d (%s)\n", idx, atom_table_names[idx]);
615 SDEBUG(" tabl
[all...]

Completed in 73 milliseconds