Skip to content

Commit 217c2b3

Browse files
committed
Revert "drm/amdgpu/nbio7.4: add hw bug workaround for vega20"
This reverts commit e01f2d4. VG20 did not require this workaround, as the fix is in the VBIOS. Leave VG10/12 workaround as some older shipped cards do not have the VBIOS fix in place, and the kernel workaround is required in those situations Signed-off-by: Kent Russell <kent.russell@amd.com> Reviewed-by: Felix Kuehling <Felix.Kuehling@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
1 parent 8c55e44 commit 217c2b3

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

drivers/gpu/drm/amd/amdgpu/nbio_v7_4.c

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -307,13 +307,7 @@ static void nbio_v7_4_detect_hw_virt(struct amdgpu_device *adev)
307307

308308
static void nbio_v7_4_init_registers(struct amdgpu_device *adev)
309309
{
310-
uint32_t def, data;
311-
312-
def = data = RREG32_PCIE(smnPCIE_CI_CNTL);
313-
data = REG_SET_FIELD(data, PCIE_CI_CNTL, CI_SLV_ORDERING_DIS, 1);
314310

315-
if (def != data)
316-
WREG32_PCIE(smnPCIE_CI_CNTL, data);
317311
}
318312

319313
static void nbio_v7_4_handle_ras_controller_intr_no_bifring(struct amdgpu_device *adev)

0 commit comments

Comments
 (0)