Lines Matching refs:SDEBUG

96 #define SDEBUG(...) do if (amdgpu_atom_debug) { printk(KERN_DEBUG); debug_print_spaces(debug_depth)…  macro
99 #define SDEBUG(...) do { } while (0) macro
589 SDEBUG(" dst: "); in atom_op_add()
591 SDEBUG(" src: "); in atom_op_add()
594 SDEBUG(" dst: "); in atom_op_add()
603 SDEBUG(" dst: "); in atom_op_and()
605 SDEBUG(" src: "); in atom_op_and()
608 SDEBUG(" dst: "); in atom_op_and()
623 SDEBUG(" table: %d (%s)\n", idx, atom_table_names[idx]); in atom_op_calltable()
625 SDEBUG(" table: %d\n", idx); in atom_op_calltable()
641 SDEBUG(" dst: "); in atom_op_clear()
649 SDEBUG(" src1: "); in atom_op_compare()
651 SDEBUG(" src2: "); in atom_op_compare()
655 SDEBUG(" result: %s %s\n", ctx->ctx->cs_equal ? "EQ" : "NE", in atom_op_compare()
662 SDEBUG(" count: %d\n", count); in atom_op_delay()
675 SDEBUG(" src1: "); in atom_op_div()
677 SDEBUG(" src2: "); in atom_op_div()
693 SDEBUG(" src1: "); in atom_op_div32()
695 SDEBUG(" src2: "); in atom_op_div32()
744 SDEBUG(" taken: %s\n", execute ? "yes" : "no"); in atom_op_jump()
745 SDEBUG(" target: 0x%04X\n", target); in atom_op_jump()
772 SDEBUG(" dst: "); in atom_op_mask()
775 SDEBUG(" mask: 0x%08x", mask); in atom_op_mask()
776 SDEBUG(" src: "); in atom_op_mask()
780 SDEBUG(" dst: "); in atom_op_mask()
795 SDEBUG(" src: "); in atom_op_move()
797 SDEBUG(" dst: "); in atom_op_move()
805 SDEBUG(" src1: "); in atom_op_mul()
807 SDEBUG(" src2: "); in atom_op_mul()
817 SDEBUG(" src1: "); in atom_op_mul32()
819 SDEBUG(" src2: "); in atom_op_mul32()
836 SDEBUG(" dst: "); in atom_op_or()
838 SDEBUG(" src: "); in atom_op_or()
841 SDEBUG(" dst: "); in atom_op_or()
848 SDEBUG("POST card output: 0x%02X\n", val); in atom_op_postcard()
870 SDEBUG(" block: %d\n", idx); in atom_op_setdatablock()
877 SDEBUG(" base: 0x%04X\n", ctx->ctx->data_block); in atom_op_setdatablock()
883 SDEBUG(" fb_base: "); in atom_op_setfbbase()
894 SDEBUG(" port: %d (%s)\n", port, atom_io_names[port]); in atom_op_setport()
896 SDEBUG(" port: %d\n", port); in atom_op_setport()
918 SDEBUG(" base: 0x%04X\n", ctx->ctx->reg_block); in atom_op_setregblock()
928 SDEBUG(" dst: "); in atom_op_shift_left()
931 SDEBUG(" shift: %d\n", shift); in atom_op_shift_left()
933 SDEBUG(" dst: "); in atom_op_shift_left()
944 SDEBUG(" dst: "); in atom_op_shift_right()
947 SDEBUG(" shift: %d\n", shift); in atom_op_shift_right()
949 SDEBUG(" dst: "); in atom_op_shift_right()
959 SDEBUG(" dst: "); in atom_op_shl()
964 SDEBUG(" shift: %d\n", shift); in atom_op_shl()
968 SDEBUG(" dst: "); in atom_op_shl()
978 SDEBUG(" dst: "); in atom_op_shr()
983 SDEBUG(" shift: %d\n", shift); in atom_op_shr()
987 SDEBUG(" dst: "); in atom_op_shr()
996 SDEBUG(" dst: "); in atom_op_sub()
998 SDEBUG(" src: "); in atom_op_sub()
1001 SDEBUG(" dst: "); in atom_op_sub()
1009 SDEBUG(" switch: "); in atom_op_switch()
1014 SDEBUG(" case: "); in atom_op_switch()
1020 SDEBUG(" target: %04X\n", target); in atom_op_switch()
1036 SDEBUG(" src1: "); in atom_op_test()
1038 SDEBUG(" src2: "); in atom_op_test()
1041 SDEBUG(" result: %s\n", ctx->ctx->cs_equal ? "EQ" : "NE"); in atom_op_test()
1049 SDEBUG(" dst: "); in atom_op_xor()
1051 SDEBUG(" src: "); in atom_op_xor()
1054 SDEBUG(" dst: "); in atom_op_xor()
1061 SDEBUG("DEBUG output: 0x%02X\n", val); in atom_op_debug()
1068 SDEBUG("PROCESSDS output: 0x%02X\n", val); in atom_op_processds()
1221 SDEBUG(">> execute %04X (len %d, WS %d, PS %d)\n", base, len, ws, ps); in amdgpu_atom_execute_table_locked()
1238 SDEBUG("%s @ 0x%04X\n", atom_op_names[op], ptr - 1); in amdgpu_atom_execute_table_locked()
1240 SDEBUG("[%d] @ 0x%04X\n", op, ptr - 1); in amdgpu_atom_execute_table_locked()
1258 SDEBUG("<<\n"); in amdgpu_atom_execute_table_locked()