Skip to content

Commit

Permalink
Revert "drm/amdgpu: Force order between a read and write to the same …
Browse files Browse the repository at this point in the history
…address"

This reverts commit fbfca2c.

Reason for revert: Deferred to 6.0.1 apparently

Change-Id: I7eec212d29a97658a6076080e23c7c6b08b2316a
  • Loading branch information
kentrussell committed Dec 6, 2023
1 parent af06a4b commit cc2d865
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
8 changes: 0 additions & 8 deletions drivers/gpu/drm/amd/amdgpu/gfx_v11_0.c
Original file line number Diff line number Diff line change
Expand Up @@ -89,10 +89,6 @@ MODULE_FIRMWARE("amdgpu/gc_11_5_0_me.bin");
MODULE_FIRMWARE("amdgpu/gc_11_5_0_mec.bin");
MODULE_FIRMWARE("amdgpu/gc_11_5_0_rlc.bin");

static const struct soc15_reg_golden golden_settings_gc_11_0[] = {
SOC15_REG_GOLDEN_VALUE(GC, 0, regTCP_CNTL, 0x20000000, 0x20000000)
};

static const struct soc15_reg_golden golden_settings_gc_11_0_1[] =
{
SOC15_REG_GOLDEN_VALUE(GC, 0, regCGTT_GS_NGG_CLK_CTRL, 0x9fff8fff, 0x00000010),
Expand Down Expand Up @@ -308,10 +304,6 @@ static void gfx_v11_0_init_golden_registers(struct amdgpu_device *adev)
default:
break;
}
soc15_program_register_sequence(adev,
golden_settings_gc_11_0,
(const u32)ARRAY_SIZE(golden_settings_gc_11_0));

}

static void gfx_v11_0_write_data_to_reg(struct amdgpu_ring *ring, int eng_sel,
Expand Down
2 changes: 0 additions & 2 deletions drivers/gpu/drm/amd/include/asic_reg/gc/gc_11_0_0_offset.h
Original file line number Diff line number Diff line change
Expand Up @@ -6369,8 +6369,6 @@
#define regTCP_INVALIDATE_BASE_IDX 1
#define regTCP_STATUS 0x19a1
#define regTCP_STATUS_BASE_IDX 1
#define regTCP_CNTL 0x19a2
#define regTCP_CNTL_BASE_IDX 1
#define regTCP_CNTL2 0x19a3
#define regTCP_CNTL2_BASE_IDX 1
#define regTCP_DEBUG_INDEX 0x19a5
Expand Down

0 comments on commit cc2d865

Please sign in to comment.