Lines Matching refs:SDEBUG

104 #define SDEBUG(...) do if (amdgpu_atom_debug) { printk(KERN_DEBUG); debug_print_spaces(debug_depth)…  macro
107 #define SDEBUG(...) do { } while (0) macro
604 SDEBUG(" dst: "); in atom_op_add()
606 SDEBUG(" src: "); in atom_op_add()
609 SDEBUG(" dst: "); in atom_op_add()
618 SDEBUG(" dst: "); in atom_op_and()
620 SDEBUG(" src: "); in atom_op_and()
623 SDEBUG(" dst: "); in atom_op_and()
638 SDEBUG(" table: %d (%s)\n", idx, atom_table_names[idx]); in atom_op_calltable()
640 SDEBUG(" table: %d\n", idx); in atom_op_calltable()
656 SDEBUG(" dst: "); in atom_op_clear()
664 SDEBUG(" src1: "); in atom_op_compare()
666 SDEBUG(" src2: "); in atom_op_compare()
670 SDEBUG(" result: %s %s\n", ctx->ctx->cs_equal ? "EQ" : "NE", in atom_op_compare()
677 SDEBUG(" count: %d\n", count); in atom_op_delay()
690 SDEBUG(" src1: "); in atom_op_div()
692 SDEBUG(" src2: "); in atom_op_div()
708 SDEBUG(" src1: "); in atom_op_div32()
710 SDEBUG(" src2: "); in atom_op_div32()
759 SDEBUG(" taken: %s\n", str_yes_no(execute)); in atom_op_jump()
760 SDEBUG(" target: 0x%04X\n", target); in atom_op_jump()
788 SDEBUG(" dst: "); in atom_op_mask()
791 SDEBUG(" mask: 0x%08x", mask); in atom_op_mask()
792 SDEBUG(" src: "); in atom_op_mask()
796 SDEBUG(" dst: "); in atom_op_mask()
811 SDEBUG(" src: "); in atom_op_move()
813 SDEBUG(" dst: "); in atom_op_move()
821 SDEBUG(" src1: "); in atom_op_mul()
823 SDEBUG(" src2: "); in atom_op_mul()
833 SDEBUG(" src1: "); in atom_op_mul32()
835 SDEBUG(" src2: "); in atom_op_mul32()
852 SDEBUG(" dst: "); in atom_op_or()
854 SDEBUG(" src: "); in atom_op_or()
857 SDEBUG(" dst: "); in atom_op_or()
864 SDEBUG("POST card output: 0x%02X\n", val); in atom_op_postcard()
886 SDEBUG(" block: %d\n", idx); in atom_op_setdatablock()
893 SDEBUG(" base: 0x%04X\n", ctx->ctx->data_block); in atom_op_setdatablock()
899 SDEBUG(" fb_base: "); in atom_op_setfbbase()
910 SDEBUG(" port: %d (%s)\n", port, atom_io_names[port]); in atom_op_setport()
912 SDEBUG(" port: %d\n", port); in atom_op_setport()
934 SDEBUG(" base: 0x%04X\n", ctx->ctx->reg_block); in atom_op_setregblock()
944 SDEBUG(" dst: "); in atom_op_shift_left()
947 SDEBUG(" shift: %d\n", shift); in atom_op_shift_left()
949 SDEBUG(" dst: "); in atom_op_shift_left()
960 SDEBUG(" dst: "); in atom_op_shift_right()
963 SDEBUG(" shift: %d\n", shift); in atom_op_shift_right()
965 SDEBUG(" dst: "); in atom_op_shift_right()
975 SDEBUG(" dst: "); in atom_op_shl()
980 SDEBUG(" shift: %d\n", shift); in atom_op_shl()
984 SDEBUG(" dst: "); in atom_op_shl()
994 SDEBUG(" dst: "); in atom_op_shr()
999 SDEBUG(" shift: %d\n", shift); in atom_op_shr()
1003 SDEBUG(" dst: "); in atom_op_shr()
1012 SDEBUG(" dst: "); in atom_op_sub()
1014 SDEBUG(" src: "); in atom_op_sub()
1017 SDEBUG(" dst: "); in atom_op_sub()
1025 SDEBUG(" switch: "); in atom_op_switch()
1030 SDEBUG(" case: "); in atom_op_switch()
1036 SDEBUG(" target: %04X\n", target); in atom_op_switch()
1052 SDEBUG(" src1: "); in atom_op_test()
1054 SDEBUG(" src2: "); in atom_op_test()
1057 SDEBUG(" result: %s\n", ctx->ctx->cs_equal ? "EQ" : "NE"); in atom_op_test()
1065 SDEBUG(" dst: "); in atom_op_xor()
1067 SDEBUG(" src: "); in atom_op_xor()
1070 SDEBUG(" dst: "); in atom_op_xor()
1077 SDEBUG("DEBUG output: 0x%02X\n", val); in atom_op_debug()
1084 SDEBUG("PROCESSDS output: 0x%02X\n", val); in atom_op_processds()
1237 SDEBUG(">> execute %04X (len %d, WS %d, PS %d)\n", base, len, ws, ps); in amdgpu_atom_execute_table_locked()
1259 SDEBUG("%s @ 0x%04X\n", atom_op_names[op], ptr - 1); in amdgpu_atom_execute_table_locked()
1261 SDEBUG("[%d] @ 0x%04X\n", op, ptr - 1); in amdgpu_atom_execute_table_locked()
1279 SDEBUG("<<\n"); in amdgpu_atom_execute_table_locked()