• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/radeon/

Lines Matching refs:SDEBUG

95 #define SDEBUG(...) do if (atom_debug) { printk(KERN_DEBUG); debug_print_spaces(debug_depth); printk(__VA_ARGS__); } while (0)
98 #define SDEBUG(...) do { } while (0)
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(" table: %d\n", idx);
631 SDEBUG(" dst: ");
639 SDEBUG(" src1: ");
641 SDEBUG(" src2: ");
645 SDEBUG(" result: %s %s\n", ctx->ctx->cs_equal ? "EQ" : "NE",
652 SDEBUG(" count: %d\n", count);
663 SDEBUG(" src1: ");
665 SDEBUG(" src2: ");
711 SDEBUG(" taken: %s\n", execute ? "yes" : "no");
712 SDEBUG(" target: 0x%04X\n", target);
739 SDEBUG(" dst: ");
741 SDEBUG(" src1: ");
743 SDEBUG(" src2: ");
747 SDEBUG(" dst: ");
762 SDEBUG(" src: ");
764 SDEBUG(" dst: ");
772 SDEBUG(" src1: ");
774 SDEBUG(" src2: ");
789 SDEBUG(" dst: ");
791 SDEBUG(" src: ");
794 SDEBUG(" dst: ");
801 SDEBUG("POST card output: 0x%02X\n", val);
823 SDEBUG(" block: %d\n", idx);
830 SDEBUG(" base: 0x%04X\n", ctx->ctx->data_block);
836 SDEBUG(" fb_base: ");
847 SDEBUG(" port: %d (%s)\n", port, atom_io_names[port]);
849 SDEBUG(" port: %d\n", port);
871 SDEBUG(" base: 0x%04X\n", ctx->ctx->reg_block);
881 SDEBUG(" dst: ");
884 SDEBUG(" shift: %d\n", shift);
886 SDEBUG(" dst: ");
897 SDEBUG(" dst: ");
900 SDEBUG(" shift: %d\n", shift);
902 SDEBUG(" dst: ");
912 SDEBUG(" dst: ");
917 SDEBUG(" shift: %d\n", shift);
921 SDEBUG(" dst: ");
931 SDEBUG(" dst: ");
936 SDEBUG(" shift: %d\n", shift);
940 SDEBUG(" dst: ");
949 SDEBUG(" dst: ");
951 SDEBUG(" src: ");
954 SDEBUG(" dst: ");
962 SDEBUG(" switch: ");
967 SDEBUG(" case: ");
973 SDEBUG(" target: %04X\n", target);
989 SDEBUG(" src1: ");
991 SDEBUG(" src2: ");
994 SDEBUG(" result: %s\n", ctx->ctx->cs_equal ? "EQ" : "NE");
1002 SDEBUG(" dst: ");
1004 SDEBUG(" src: ");
1007 SDEBUG(" dst: ");
1160 SDEBUG(">> execute %04X (len %d, WS %d, PS %d)\n", base, len, ws, ps);
1177 SDEBUG("%s @ 0x%04X\n", atom_op_names[op], ptr - 1);
1179 SDEBUG("[%d] @ 0x%04X\n", op, ptr - 1);
1197 SDEBUG("<<\n");