Lines Matching refs:SDEBUG
98 #define SDEBUG(...) do if (amdgpu_atom_debug) { printk(KERN_DEBUG); debug_print_spaces(debug_depth)… macro
101 #define SDEBUG(...) do { } while (0) macro
585 SDEBUG(" dst: "); in atom_op_add()
587 SDEBUG(" src: "); in atom_op_add()
590 SDEBUG(" dst: "); in atom_op_add()
599 SDEBUG(" dst: "); in atom_op_and()
601 SDEBUG(" src: "); in atom_op_and()
604 SDEBUG(" dst: "); in atom_op_and()
619 SDEBUG(" table: %d (%s)\n", idx, atom_table_names[idx]); in atom_op_calltable()
621 SDEBUG(" table: %d\n", idx); in atom_op_calltable()
637 SDEBUG(" dst: "); in atom_op_clear()
645 SDEBUG(" src1: "); in atom_op_compare()
647 SDEBUG(" src2: "); in atom_op_compare()
651 SDEBUG(" result: %s %s\n", ctx->ctx->cs_equal ? "EQ" : "NE", in atom_op_compare()
658 SDEBUG(" count: %d\n", count); in atom_op_delay()
671 SDEBUG(" src1: "); in atom_op_div()
673 SDEBUG(" src2: "); in atom_op_div()
689 SDEBUG(" src1: "); in atom_op_div32()
691 SDEBUG(" src2: "); in atom_op_div32()
740 SDEBUG(" taken: %s\n", execute ? "yes" : "no"); in atom_op_jump()
741 SDEBUG(" target: 0x%04X\n", target); in atom_op_jump()
768 SDEBUG(" dst: "); in atom_op_mask()
771 SDEBUG(" mask: 0x%08x", mask); in atom_op_mask()
772 SDEBUG(" src: "); in atom_op_mask()
776 SDEBUG(" dst: "); in atom_op_mask()
791 SDEBUG(" src: "); in atom_op_move()
793 SDEBUG(" dst: "); in atom_op_move()
801 SDEBUG(" src1: "); in atom_op_mul()
803 SDEBUG(" src2: "); in atom_op_mul()
813 SDEBUG(" src1: "); in atom_op_mul32()
815 SDEBUG(" src2: "); in atom_op_mul32()
832 SDEBUG(" dst: "); in atom_op_or()
834 SDEBUG(" src: "); in atom_op_or()
837 SDEBUG(" dst: "); in atom_op_or()
844 SDEBUG("POST card output: 0x%02X\n", val); in atom_op_postcard()
866 SDEBUG(" block: %d\n", idx); in atom_op_setdatablock()
873 SDEBUG(" base: 0x%04X\n", ctx->ctx->data_block); in atom_op_setdatablock()
879 SDEBUG(" fb_base: "); in atom_op_setfbbase()
890 SDEBUG(" port: %d (%s)\n", port, atom_io_names[port]); in atom_op_setport()
892 SDEBUG(" port: %d\n", port); in atom_op_setport()
914 SDEBUG(" base: 0x%04X\n", ctx->ctx->reg_block); in atom_op_setregblock()
924 SDEBUG(" dst: "); in atom_op_shift_left()
927 SDEBUG(" shift: %d\n", shift); in atom_op_shift_left()
929 SDEBUG(" dst: "); in atom_op_shift_left()
940 SDEBUG(" dst: "); in atom_op_shift_right()
943 SDEBUG(" shift: %d\n", shift); in atom_op_shift_right()
945 SDEBUG(" dst: "); in atom_op_shift_right()
955 SDEBUG(" dst: "); in atom_op_shl()
960 SDEBUG(" shift: %d\n", shift); in atom_op_shl()
964 SDEBUG(" dst: "); in atom_op_shl()
974 SDEBUG(" dst: "); in atom_op_shr()
979 SDEBUG(" shift: %d\n", shift); in atom_op_shr()
983 SDEBUG(" dst: "); in atom_op_shr()
992 SDEBUG(" dst: "); in atom_op_sub()
994 SDEBUG(" src: "); in atom_op_sub()
997 SDEBUG(" dst: "); in atom_op_sub()
1005 SDEBUG(" switch: "); in atom_op_switch()
1010 SDEBUG(" case: "); in atom_op_switch()
1016 SDEBUG(" target: %04X\n", target); in atom_op_switch()
1032 SDEBUG(" src1: "); in atom_op_test()
1034 SDEBUG(" src2: "); in atom_op_test()
1037 SDEBUG(" result: %s\n", ctx->ctx->cs_equal ? "EQ" : "NE"); in atom_op_test()
1045 SDEBUG(" dst: "); in atom_op_xor()
1047 SDEBUG(" src: "); in atom_op_xor()
1050 SDEBUG(" dst: "); in atom_op_xor()
1057 SDEBUG("DEBUG output: 0x%02X\n", val); in atom_op_debug()
1064 SDEBUG("PROCESSDS output: 0x%02X\n", val); in atom_op_processds()
1217 SDEBUG(">> execute %04X (len %d, WS %d, PS %d)\n", base, len, ws, ps); in amdgpu_atom_execute_table_locked()
1234 SDEBUG("%s @ 0x%04X\n", atom_op_names[op], ptr - 1); in amdgpu_atom_execute_table_locked()
1236 SDEBUG("[%d] @ 0x%04X\n", op, ptr - 1); in amdgpu_atom_execute_table_locked()
1254 SDEBUG("<<\n"); in amdgpu_atom_execute_table_locked()