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
583 SDEBUG(" dst: "); in atom_op_add()
585 SDEBUG(" src: "); in atom_op_add()
588 SDEBUG(" dst: "); in atom_op_add()
597 SDEBUG(" dst: "); in atom_op_and()
599 SDEBUG(" src: "); in atom_op_and()
602 SDEBUG(" dst: "); in atom_op_and()
617 SDEBUG(" table: %d (%s)\n", idx, atom_table_names[idx]); in atom_op_calltable()
619 SDEBUG(" table: %d\n", idx); in atom_op_calltable()
635 SDEBUG(" dst: "); in atom_op_clear()
643 SDEBUG(" src1: "); in atom_op_compare()
645 SDEBUG(" src2: "); in atom_op_compare()
649 SDEBUG(" result: %s %s\n", ctx->ctx->cs_equal ? "EQ" : "NE", in atom_op_compare()
656 SDEBUG(" count: %d\n", count); in atom_op_delay()
669 SDEBUG(" src1: "); in atom_op_div()
671 SDEBUG(" src2: "); in atom_op_div()
687 SDEBUG(" src1: "); in atom_op_div32()
689 SDEBUG(" src2: "); in atom_op_div32()
738 SDEBUG(" taken: %s\n", execute ? "yes" : "no"); in atom_op_jump()
739 SDEBUG(" target: 0x%04X\n", target); in atom_op_jump()
766 SDEBUG(" dst: "); in atom_op_mask()
769 SDEBUG(" mask: 0x%08x", mask); in atom_op_mask()
770 SDEBUG(" src: "); in atom_op_mask()
774 SDEBUG(" dst: "); in atom_op_mask()
789 SDEBUG(" src: "); in atom_op_move()
791 SDEBUG(" dst: "); in atom_op_move()
799 SDEBUG(" src1: "); in atom_op_mul()
801 SDEBUG(" src2: "); in atom_op_mul()
811 SDEBUG(" src1: "); in atom_op_mul32()
813 SDEBUG(" src2: "); in atom_op_mul32()
830 SDEBUG(" dst: "); in atom_op_or()
832 SDEBUG(" src: "); in atom_op_or()
835 SDEBUG(" dst: "); in atom_op_or()
842 SDEBUG("POST card output: 0x%02X\n", val); in atom_op_postcard()
864 SDEBUG(" block: %d\n", idx); in atom_op_setdatablock()
871 SDEBUG(" base: 0x%04X\n", ctx->ctx->data_block); in atom_op_setdatablock()
877 SDEBUG(" fb_base: "); in atom_op_setfbbase()
888 SDEBUG(" port: %d (%s)\n", port, atom_io_names[port]); in atom_op_setport()
890 SDEBUG(" port: %d\n", port); in atom_op_setport()
912 SDEBUG(" base: 0x%04X\n", ctx->ctx->reg_block); in atom_op_setregblock()
922 SDEBUG(" dst: "); in atom_op_shift_left()
925 SDEBUG(" shift: %d\n", shift); in atom_op_shift_left()
927 SDEBUG(" dst: "); in atom_op_shift_left()
938 SDEBUG(" dst: "); in atom_op_shift_right()
941 SDEBUG(" shift: %d\n", shift); in atom_op_shift_right()
943 SDEBUG(" dst: "); in atom_op_shift_right()
953 SDEBUG(" dst: "); in atom_op_shl()
958 SDEBUG(" shift: %d\n", shift); in atom_op_shl()
962 SDEBUG(" dst: "); in atom_op_shl()
972 SDEBUG(" dst: "); in atom_op_shr()
977 SDEBUG(" shift: %d\n", shift); in atom_op_shr()
981 SDEBUG(" dst: "); in atom_op_shr()
990 SDEBUG(" dst: "); in atom_op_sub()
992 SDEBUG(" src: "); in atom_op_sub()
995 SDEBUG(" dst: "); in atom_op_sub()
1003 SDEBUG(" switch: "); in atom_op_switch()
1008 SDEBUG(" case: "); in atom_op_switch()
1014 SDEBUG(" target: %04X\n", target); in atom_op_switch()
1030 SDEBUG(" src1: "); in atom_op_test()
1032 SDEBUG(" src2: "); in atom_op_test()
1035 SDEBUG(" result: %s\n", ctx->ctx->cs_equal ? "EQ" : "NE"); in atom_op_test()
1043 SDEBUG(" dst: "); in atom_op_xor()
1045 SDEBUG(" src: "); in atom_op_xor()
1048 SDEBUG(" dst: "); in atom_op_xor()
1055 SDEBUG("DEBUG output: 0x%02X\n", val); in atom_op_debug()
1062 SDEBUG("PROCESSDS output: 0x%02X\n", val); in atom_op_processds()
1215 SDEBUG(">> execute %04X (len %d, WS %d, PS %d)\n", base, len, ws, ps); in amdgpu_atom_execute_table_locked()
1232 SDEBUG("%s @ 0x%04X\n", atom_op_names[op], ptr - 1); in amdgpu_atom_execute_table_locked()
1234 SDEBUG("[%d] @ 0x%04X\n", op, ptr - 1); in amdgpu_atom_execute_table_locked()
1252 SDEBUG("<<\n"); in amdgpu_atom_execute_table_locked()