Lines Matching refs:SDEBUG
103 #define SDEBUG(...) do if (amdgpu_atom_debug) { printk(KERN_DEBUG); debug_print_spaces(debug_depth)… macro
106 #define SDEBUG(...) do { } while (0) macro
590 SDEBUG(" dst: "); in atom_op_add()
592 SDEBUG(" src: "); in atom_op_add()
595 SDEBUG(" dst: "); in atom_op_add()
604 SDEBUG(" dst: "); in atom_op_and()
606 SDEBUG(" src: "); in atom_op_and()
609 SDEBUG(" dst: "); in atom_op_and()
624 SDEBUG(" table: %d (%s)\n", idx, atom_table_names[idx]); in atom_op_calltable()
626 SDEBUG(" table: %d\n", idx); in atom_op_calltable()
642 SDEBUG(" dst: "); in atom_op_clear()
650 SDEBUG(" src1: "); in atom_op_compare()
652 SDEBUG(" src2: "); in atom_op_compare()
656 SDEBUG(" result: %s %s\n", ctx->ctx->cs_equal ? "EQ" : "NE", in atom_op_compare()
663 SDEBUG(" count: %d\n", count); in atom_op_delay()
676 SDEBUG(" src1: "); in atom_op_div()
678 SDEBUG(" src2: "); in atom_op_div()
694 SDEBUG(" src1: "); in atom_op_div32()
696 SDEBUG(" src2: "); in atom_op_div32()
745 SDEBUG(" taken: %s\n", str_yes_no(execute)); in atom_op_jump()
746 SDEBUG(" target: 0x%04X\n", target); in atom_op_jump()
774 SDEBUG(" dst: "); in atom_op_mask()
777 SDEBUG(" mask: 0x%08x", mask); in atom_op_mask()
778 SDEBUG(" src: "); in atom_op_mask()
782 SDEBUG(" dst: "); in atom_op_mask()
797 SDEBUG(" src: "); in atom_op_move()
799 SDEBUG(" dst: "); in atom_op_move()
807 SDEBUG(" src1: "); in atom_op_mul()
809 SDEBUG(" src2: "); in atom_op_mul()
819 SDEBUG(" src1: "); in atom_op_mul32()
821 SDEBUG(" src2: "); in atom_op_mul32()
838 SDEBUG(" dst: "); in atom_op_or()
840 SDEBUG(" src: "); in atom_op_or()
843 SDEBUG(" dst: "); in atom_op_or()
850 SDEBUG("POST card output: 0x%02X\n", val); in atom_op_postcard()
872 SDEBUG(" block: %d\n", idx); in atom_op_setdatablock()
879 SDEBUG(" base: 0x%04X\n", ctx->ctx->data_block); in atom_op_setdatablock()
885 SDEBUG(" fb_base: "); in atom_op_setfbbase()
896 SDEBUG(" port: %d (%s)\n", port, atom_io_names[port]); in atom_op_setport()
898 SDEBUG(" port: %d\n", port); in atom_op_setport()
920 SDEBUG(" base: 0x%04X\n", ctx->ctx->reg_block); in atom_op_setregblock()
930 SDEBUG(" dst: "); in atom_op_shift_left()
933 SDEBUG(" shift: %d\n", shift); in atom_op_shift_left()
935 SDEBUG(" dst: "); in atom_op_shift_left()
946 SDEBUG(" dst: "); in atom_op_shift_right()
949 SDEBUG(" shift: %d\n", shift); in atom_op_shift_right()
951 SDEBUG(" dst: "); in atom_op_shift_right()
961 SDEBUG(" dst: "); in atom_op_shl()
966 SDEBUG(" shift: %d\n", shift); in atom_op_shl()
970 SDEBUG(" dst: "); in atom_op_shl()
980 SDEBUG(" dst: "); in atom_op_shr()
985 SDEBUG(" shift: %d\n", shift); in atom_op_shr()
989 SDEBUG(" dst: "); in atom_op_shr()
998 SDEBUG(" dst: "); in atom_op_sub()
1000 SDEBUG(" src: "); in atom_op_sub()
1003 SDEBUG(" dst: "); in atom_op_sub()
1011 SDEBUG(" switch: "); in atom_op_switch()
1016 SDEBUG(" case: "); in atom_op_switch()
1022 SDEBUG(" target: %04X\n", target); in atom_op_switch()
1038 SDEBUG(" src1: "); in atom_op_test()
1040 SDEBUG(" src2: "); in atom_op_test()
1043 SDEBUG(" result: %s\n", ctx->ctx->cs_equal ? "EQ" : "NE"); in atom_op_test()
1051 SDEBUG(" dst: "); in atom_op_xor()
1053 SDEBUG(" src: "); in atom_op_xor()
1056 SDEBUG(" dst: "); in atom_op_xor()
1063 SDEBUG("DEBUG output: 0x%02X\n", val); in atom_op_debug()
1070 SDEBUG("PROCESSDS output: 0x%02X\n", val); in atom_op_processds()
1223 SDEBUG(">> execute %04X (len %d, WS %d, PS %d)\n", base, len, ws, ps); in amdgpu_atom_execute_table_locked()
1240 SDEBUG("%s @ 0x%04X\n", atom_op_names[op], ptr - 1); in amdgpu_atom_execute_table_locked()
1242 SDEBUG("[%d] @ 0x%04X\n", op, ptr - 1); in amdgpu_atom_execute_table_locked()
1260 SDEBUG("<<\n"); in amdgpu_atom_execute_table_locked()