Hi Dave, Sima, Fixes for 6.9.
The following changes since commit dd5a440a31fae6e459c0d6271dddd62825505361: Linux 6.9-rc7 (2024-05-05 14:06:01 -0700) are available in the Git repository at: https://gitlab.freedesktop.org/agd5f/linux.git tags/amd-drm-fixes-6.9-2024-05-08 for you to fetch changes up to 3d09248a06d285397e7b873415505d299202e1c6: drm/amdgpu: Fix comparison in amdgpu_res_cpu_visible (2024-05-08 18:47:52 -0400) ---------------------------------------------------------------- amd-drm-fixes-6.9-2024-05-08: amdgpu: - DCN 3.5 fix - MST DSC fixes - S0i3 fix - S4 fix - Warning fix - HDP MMIO mapping fix - Fix a regression in visible vram handling amdkfd: - Spatial partition fix ---------------------------------------------------------------- Agustin Gutierrez (2): drm/amd/display: Fix DSC-re-computing drm/amd/display: MST DSC check for older devices Alex Deucher (1): drm/amdkfd: don't allow mapping the MMIO HDP page with large pages Lijo Lazar (2): Revert "drm/amdkfd: Add partition id field to location_id" drm/amd/amdxcp: Fix warnings Mario Limonciello (1): dm/amd/pm: Fix problems with reboot/shutdown for some SMU 13.0.4/13.0.11 users Michel Dänzer (1): drm/amdgpu: Fix comparison in amdgpu_res_cpu_visible Nicholas Kazlauskas (1): drm/amd/display: Fix idle optimization checks for multi-display and dual eDP Nicholas Susanto (1): drm/amd/display: Enable urgent latency adjustments for DCN35 drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c | 2 +- drivers/gpu/drm/amd/amdkfd/kfd_chardev.c | 7 +++-- drivers/gpu/drm/amd/amdkfd/kfd_topology.c | 5 ++-- drivers/gpu/drm/amd/amdxcp/amdgpu_xcp_drv.c | 2 +- .../amd/display/amdgpu_dm/amdgpu_dm_mst_types.c | 16 +++++++++-- .../gpu/drm/amd/display/dc/dml/dcn35/dcn35_fpu.c | 4 +-- .../drm/amd/display/dc/hwss/dcn35/dcn35_hwseq.c | 33 ++++++++++++++++++---- .../gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_4_ppt.c | 2 +- 8 files changed, 52 insertions(+), 19 deletions(-)