Hi Dave, Simona, Fixes for 6.13. A little bigger than normal. Lots of stuff that built up over the holidays. The following changes since commit fddb4fd91a955636baa451fe82ad0266f55c7ede: Merge tag 'mediatek-drm-fixes-20250104' of https://git.kernel.org/pub/scm/linux/kernel/git/chunkuang.hu/linux into drm-fixes (2025-01-10 16:57:59 +1000) are available in the Git repository at: https://gitlab.freedesktop.org/agd5f/linux.git tags/amd-drm-fixes-6.13-2025-01-15 for you to fetch changes up to bd275e6cfc972329d39c6406a3c6d2ba2aba7db6: drm/amdgpu: fix fw attestation for MP0_14_0_{2/3} (2025-01-14 11:55:54 -0500) ---------------------------------------------------------------- amd-drm-fixes-6.13-2025-01-15: amdgpu: - SMU 13 fix - DP MST fixes - DCN 3.5 fix - PSR fixes - eDP fix - VRR fix - Enforce isolation fixes - GFX 12 fix - PSP 14.x fix ---------------------------------------------------------------- Alex Deucher (1): drm/amdgpu/smu13: update powersave optimizations Alex Hung (1): drm/amd/display: Initialize denominator defaults to 1 Christian König (1): drm/amdgpu: always sync the GFX pipe on ctx switch Gui Chengming (1): drm/amdgpu: fix fw attestation for MP0_14_0_{2/3} Kenneth Feng (1): drm/amdgpu: disable gfxoff with the compute workload on gfx12 Leo Li (2): drm/amd/display: Do not wait for PSR disable on vbl enable drm/amd/display: Do not elevate mem_type change to full update Nicholas Susanto (1): Revert "drm/amd/display: Enable urgent latency adjustments for DCN35" Srinivasan Shanmugam (1): drm/amdgpu: Fix Circular Locking Dependency in AMDGPU GFX Isolation Tom Chung (3): drm/amd/display: Use HW lock mgr for PSR1 drm/amd/display: Fix PSR-SU not support but still call the amdgpu_dm_psr_enable drm/amd/display: Disable replay and psr while VRR is enabled Wayne Lin (2): drm/amd/display: Validate mdoe under MST LCT=1 case as well drm/amd/display: Reduce accessing remote DPCD overhead Yiling Chen (1): drm/amd/display: Remove unnecessary eDP power down drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.c | 5 ++- drivers/gpu/drm/amd/amdgpu/amdgpu_fw_attestation.c | 4 ++ drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.c | 12 +++++- drivers/gpu/drm/amd/amdgpu/amdgpu_ib.c | 4 +- drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 41 +++++++++++++----- drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.h | 2 + .../gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_crc.c | 25 +++++++---- .../gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_crtc.c | 4 +- .../gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_crtc.h | 2 +- .../drm/amd/display/amdgpu_dm/amdgpu_dm_debugfs.c | 2 +- .../amd/display/amdgpu_dm/amdgpu_dm_mst_types.c | 48 +++++++++++++++------- .../gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_psr.c | 35 ++++++++++++++-- .../gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_psr.h | 3 +- .../gpu/drm/amd/display/dc/dce/dmub_hw_lock_mgr.c | 3 +- .../gpu/drm/amd/display/dc/dml/dcn35/dcn35_fpu.c | 4 +- .../dml21/src/dml2_core/dml2_core_dcn4_calcs.c | 4 +- .../drm/amd/display/dc/hwss/dcn32/dcn32_hwseq.c | 12 +++--- .../gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_0_ppt.c | 11 ++--- 18 files changed, 157 insertions(+), 64 deletions(-)