Hi Dave, Sima, Fixes for 6.9. The following changes since commit e67572cd2204894179d89bd7b984072f19313b03: Linux 6.9-rc6 (2024-04-28 13:47:24 -0700) are available in the Git repository at: https://gitlab.freedesktop.org/agd5f/linux.git tags/amd-drm-fixes-6.9-2024-05-01 for you to fetch changes up to ab72d5945d8190f3b9ae16dafcf67655b458bf0e: drm/amd/display: Disable panel replay by default for now (2024-05-01 09:41:17 -0400) ---------------------------------------------------------------- amd-drm-fixes-6.9-2024-05-01: amdgpu: - Fix VRAM memory accounting - DCN 3.1 fixes - DCN 2.0 fix - DCN 3.1.5 fix - DCN 3.5 fix - DCN 3.2.1 fix - DP fixes - Seamless boot fix - Fix call order in amdgpu_ttm_move() - Fix doorbell regression - Disable panel replay temporarily amdkfd: - Flush wq before creating kfd process ---------------------------------------------------------------- Christian König (1): drm/amdgpu: once more fix the call oder in amdgpu_ttm_move() v2 Gabe Teeger (1): drm/amd/display: Atom Integrated System Info v2_2 for DCN35 George Shen (1): drm/amd/display: Handle Y carry-over in VCP X.Y calculation Hersen Wu (1): drm/amd/display: Fix incorrect DSC instance for MST Lancelot SIX (1): drm/amdkfd: Flush the process wq before creating a kfd_process Leo Ma (1): drm/amd/display: Fix DC mode screen flickering on DCN321 Mario Limonciello (1): drm/amd/display: Disable panel replay by default for now Meenakshikumar Somasundaram (1): drm/amd/display: Allocate zero bw after bw alloc enable Mukul Joshi (1): drm/amdgpu: Fix VRAM memory accounting Rodrigo Siqueira (2): drm/amd/display: Ensure that dmcub support flag is set for DCN20 drm/amd/display: Add VCO speed parameter for DCN31 FPU Shashank Sharma (1): drm/amdgpu: fix doorbell regression Sung Joon Kim (1): drm/amd/display: Disable seamless boot on 128b/132b encoding Swapnil Patel (1): drm/amd/display: Add dtbclk access to dcn315 drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gpuvm.c | 2 +- drivers/gpu/drm/amd/amdgpu/amdgpu_object.c | 14 +++--- drivers/gpu/drm/amd/amdgpu/amdgpu_object.h | 4 +- drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c | 50 ++++++++++++---------- drivers/gpu/drm/amd/amdkfd/kfd_process.c | 8 ++++ drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 21 +++++---- .../drm/amd/display/amdgpu_dm/amdgpu_dm_debugfs.c | 48 +++++++++++++++------ drivers/gpu/drm/amd/display/dc/bios/bios_parser2.c | 1 + .../amd/display/dc/clk_mgr/dcn315/dcn315_clk_mgr.c | 8 ++++ .../amd/display/dc/clk_mgr/dcn32/dcn32_clk_mgr.c | 15 +++++-- drivers/gpu/drm/amd/display/dc/core/dc.c | 3 ++ .../display/dc/dcn31/dcn31_hpo_dp_link_encoder.c | 6 +++ .../gpu/drm/amd/display/dc/dml/dcn31/dcn31_fpu.c | 2 + .../display/dc/link/protocols/link_dp_dpia_bw.c | 10 ++++- .../amd/display/dc/resource/dcn20/dcn20_resource.c | 1 + 15 files changed, 138 insertions(+), 55 deletions(-)