Lines Matching refs:SDEBUG

100 #define SDEBUG(...) do if (amdgpu_atom_debug) { printk(KERN_DEBUG); debug_print_spaces(debug_depth)…  macro
103 #define SDEBUG(...) do { } while (0) macro
587 SDEBUG(" dst: "); in atom_op_add()
589 SDEBUG(" src: "); in atom_op_add()
592 SDEBUG(" dst: "); in atom_op_add()
601 SDEBUG(" dst: "); in atom_op_and()
603 SDEBUG(" src: "); in atom_op_and()
606 SDEBUG(" dst: "); in atom_op_and()
621 SDEBUG(" table: %d (%s)\n", idx, atom_table_names[idx]); in atom_op_calltable()
623 SDEBUG(" table: %d\n", idx); in atom_op_calltable()
639 SDEBUG(" dst: "); in atom_op_clear()
647 SDEBUG(" src1: "); in atom_op_compare()
649 SDEBUG(" src2: "); in atom_op_compare()
653 SDEBUG(" result: %s %s\n", ctx->ctx->cs_equal ? "EQ" : "NE", in atom_op_compare()
660 SDEBUG(" count: %d\n", count); in atom_op_delay()
673 SDEBUG(" src1: "); in atom_op_div()
675 SDEBUG(" src2: "); in atom_op_div()
691 SDEBUG(" src1: "); in atom_op_div32()
693 SDEBUG(" src2: "); in atom_op_div32()
742 SDEBUG(" taken: %s\n", execute ? "yes" : "no"); in atom_op_jump()
743 SDEBUG(" target: 0x%04X\n", target); in atom_op_jump()
771 SDEBUG(" dst: "); in atom_op_mask()
774 SDEBUG(" mask: 0x%08x", mask); in atom_op_mask()
775 SDEBUG(" src: "); in atom_op_mask()
779 SDEBUG(" dst: "); in atom_op_mask()
794 SDEBUG(" src: "); in atom_op_move()
796 SDEBUG(" dst: "); in atom_op_move()
804 SDEBUG(" src1: "); in atom_op_mul()
806 SDEBUG(" src2: "); in atom_op_mul()
816 SDEBUG(" src1: "); in atom_op_mul32()
818 SDEBUG(" src2: "); in atom_op_mul32()
835 SDEBUG(" dst: "); in atom_op_or()
837 SDEBUG(" src: "); in atom_op_or()
840 SDEBUG(" dst: "); in atom_op_or()
847 SDEBUG("POST card output: 0x%02X\n", val); in atom_op_postcard()
869 SDEBUG(" block: %d\n", idx); in atom_op_setdatablock()
876 SDEBUG(" base: 0x%04X\n", ctx->ctx->data_block); in atom_op_setdatablock()
882 SDEBUG(" fb_base: "); in atom_op_setfbbase()
893 SDEBUG(" port: %d (%s)\n", port, atom_io_names[port]); in atom_op_setport()
895 SDEBUG(" port: %d\n", port); in atom_op_setport()
917 SDEBUG(" base: 0x%04X\n", ctx->ctx->reg_block); in atom_op_setregblock()
927 SDEBUG(" dst: "); in atom_op_shift_left()
930 SDEBUG(" shift: %d\n", shift); in atom_op_shift_left()
932 SDEBUG(" dst: "); in atom_op_shift_left()
943 SDEBUG(" dst: "); in atom_op_shift_right()
946 SDEBUG(" shift: %d\n", shift); in atom_op_shift_right()
948 SDEBUG(" dst: "); in atom_op_shift_right()
958 SDEBUG(" dst: "); in atom_op_shl()
963 SDEBUG(" shift: %d\n", shift); in atom_op_shl()
967 SDEBUG(" dst: "); in atom_op_shl()
977 SDEBUG(" dst: "); in atom_op_shr()
982 SDEBUG(" shift: %d\n", shift); in atom_op_shr()
986 SDEBUG(" dst: "); in atom_op_shr()
995 SDEBUG(" dst: "); in atom_op_sub()
997 SDEBUG(" src: "); in atom_op_sub()
1000 SDEBUG(" dst: "); in atom_op_sub()
1008 SDEBUG(" switch: "); in atom_op_switch()
1013 SDEBUG(" case: "); in atom_op_switch()
1019 SDEBUG(" target: %04X\n", target); in atom_op_switch()
1035 SDEBUG(" src1: "); in atom_op_test()
1037 SDEBUG(" src2: "); in atom_op_test()
1040 SDEBUG(" result: %s\n", ctx->ctx->cs_equal ? "EQ" : "NE"); in atom_op_test()
1048 SDEBUG(" dst: "); in atom_op_xor()
1050 SDEBUG(" src: "); in atom_op_xor()
1053 SDEBUG(" dst: "); in atom_op_xor()
1060 SDEBUG("DEBUG output: 0x%02X\n", val); in atom_op_debug()
1067 SDEBUG("PROCESSDS output: 0x%02X\n", val); in atom_op_processds()
1220 SDEBUG(">> execute %04X (len %d, WS %d, PS %d)\n", base, len, ws, ps); in amdgpu_atom_execute_table_locked()
1237 SDEBUG("%s @ 0x%04X\n", atom_op_names[op], ptr - 1); in amdgpu_atom_execute_table_locked()
1239 SDEBUG("[%d] @ 0x%04X\n", op, ptr - 1); in amdgpu_atom_execute_table_locked()
1257 SDEBUG("<<\n"); in amdgpu_atom_execute_table_locked()