Hi Dave, Simona, Fixes for 6.15.
The following changes since commit 82f2b0b97b36ee3fcddf0f0780a9a0825d52fec3: Linux 6.15-rc6 (2025-05-11 14:54:11 -0700) are available in the Git repository at: https://gitlab.freedesktop.org/agd5f/linux.git tags/amd-drm-fixes-6.15-2025-05-14 for you to fetch changes up to ee7360fc27d6045510f8fe459b5649b2af27811a: drm/amdgpu: read back register after written for VCN v4.0.5 (2025-05-14 11:51:31 -0400) ---------------------------------------------------------------- amd-drm-fixes-6.15-2025-05-14: amdgpu: - Fix CSA unmap - Fix MALL size reporting on GFX11.5 - AUX fix - DCN 3.5 fix - VRR fix - DP MST fix - DML 2.1 fixes - Silence DP AUX spam - DCN 4.0.1 cursor fix - VCN 4.0.5 fix ---------------------------------------------------------------- Aurabindo Pillai (1): drm/amd/display: check stream id dml21 wrapper to get plane_id David (Ming Qiang) Wu (1): drm/amdgpu: read back register after written for VCN v4.0.5 Gabe Teeger (1): Revert: "drm/amd/display: Enable urgent latency adjustment on DCN35" George Shen (1): drm/amd/display: fix link_set_dpms_off multi-display MST corner case John Olender (1): drm/amd/display: Defer BW-optimization-blocked DRR adjustments Melissa Wen (2): drm/amd/display: Fix null check of pipe_ctx->plane_state for update_dchubp_dpp Revert "drm/amd/display: Hardware cursor changes color when switched to software cursor" Philip Yang (1): drm/amdgpu: csa unmap use uninterruptible lock Tim Huang (1): drm/amdgpu: fix incorrect MALL size for GFX1151 Wayne Lin (2): drm/amd/display: Correct the reply value when AUX write incomplete drm/amd/display: Avoid flooding unnecessary info messages drivers/gpu/drm/amd/amdgpu/amdgpu_csa.c | 2 +- drivers/gpu/drm/amd/amdgpu/gmc_v11_0.c | 12 ++++++++++++ drivers/gpu/drm/amd/amdgpu/vcn_v4_0_5.c | 8 ++++++++ drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 5 ++++- .../drm/amd/display/amdgpu_dm/amdgpu_dm_mst_types.c | 16 +++++++++++----- drivers/gpu/drm/amd/display/dc/core/dc.c | 10 +++++++--- drivers/gpu/drm/amd/display/dc/dml/dcn35/dcn35_fpu.c | 4 ++-- .../display/dc/dml2/dml21/dml21_translation_helper.c | 20 +++++++++++--------- .../drm/amd/display/dc/dpp/dcn401/dcn401_dpp_cm.c | 5 +++-- .../drm/amd/display/dc/hwss/dcn401/dcn401_hwseq.c | 6 +++--- drivers/gpu/drm/amd/display/dc/link/link_dpms.c | 13 +++++++++++-- 11 files changed, 73 insertions(+), 28 deletions(-)