From: Alex Deucher <alexander.deucher@xxxxxxx> commit abe1cbaec6cfe9fde609a15cd6a12c812282ce77 upstream. Need to read back to make sure the write goes through. Cc: David Belanger <david.belanger@xxxxxxx> Reviewed-by: Frank Min <frank.min@xxxxxxx> Signed-off-by: Alex Deucher <alexander.deucher@xxxxxxx> Cc: stable@xxxxxxxxxxxxxxx Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> --- drivers/gpu/drm/amd/amdgpu/hdp_v6_0.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) --- a/drivers/gpu/drm/amd/amdgpu/hdp_v6_0.c +++ b/drivers/gpu/drm/amd/amdgpu/hdp_v6_0.c @@ -34,10 +34,12 @@ static void hdp_v6_0_flush_hdp(struct amdgpu_device *adev, struct amdgpu_ring *ring) { - if (!ring || !ring->funcs->emit_wreg) + if (!ring || !ring->funcs->emit_wreg) { WREG32((adev->rmmio_remap.reg_offset + KFD_MMIO_REMAP_HDP_MEM_FLUSH_CNTL) >> 2, 0); - else + RREG32((adev->rmmio_remap.reg_offset + KFD_MMIO_REMAP_HDP_MEM_FLUSH_CNTL) >> 2); + } else { amdgpu_ring_emit_wreg(ring, (adev->rmmio_remap.reg_offset + KFD_MMIO_REMAP_HDP_MEM_FLUSH_CNTL) >> 2, 0); + } } static void hdp_v6_0_update_clock_gating(struct amdgpu_device *adev, Patches currently in stable-queue which might be from alexander.deucher@xxxxxxx are queue-6.12/drm-amdgpu-hdp4.0-do-a-posting-read-when-flushing-hdp.patch queue-6.12/drm-amd-display-correct-prefetch-calculation.patch queue-6.12/drm-amdkfd-add-mec-version-that-supports-no-pcie-atomics-for-gfx12.patch queue-6.12/drm-amdkfd-hard-code-cacheline-for-gc943-gc944.patch queue-6.12/drm-amdgpu-hdp5.2-do-a-posting-read-when-flushing-hdp.patch queue-6.12/drm-amd-display-ignore-scalar-validation-failure-if-.patch queue-6.12/drm-amdgpu-hdp5.0-do-a-posting-read-when-flushing-hdp.patch queue-6.12/drm-amd-display-limit-vtotal-range-to-max-hw-cap-minus-fp.patch queue-6.12/drm-amdgpu-rework-resume-handling-for-display-v2.patch queue-6.12/drm-amd-display-calculate-final-viewport-before-tap-.patch queue-6.12/drm-amd-display-add-a-left-edge-pixel-if-in-ycbcr422-or-ycbcr420-and-odm.patch queue-6.12/drm-amdgpu-hdp6.0-do-a-posting-read-when-flushing-hdp.patch queue-6.12/drm-amd-pm-fix-and-simplify-workload-handling.patch queue-6.12/drm-amdgpu-hdp7.0-do-a-posting-read-when-flushing-hdp.patch