mbox series

[pull] amdgpu, amdkfd drm-fixes-6.9

Message ID 20240510171110.1394940-1-alexander.deucher@amd.com (mailing list archive)
State New, archived
Headers show
Series [pull] amdgpu, amdkfd drm-fixes-6.9 | expand

Pull-request

https://gitlab.freedesktop.org/agd5f/linux.git tags/amd-drm-fixes-6.9-2024-05-10

Message

Alex Deucher May 10, 2024, 5:11 p.m. UTC
Hi Dave, Sima,

Fixes for 6.9.  Same as Wednesday, but drop unncessary patch.

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-10

for you to fetch changes up to 8d2c930735f850e5be6860aeb39b27ac73ca192f:

  drm/amdgpu: Fix comparison in amdgpu_res_cpu_visible (2024-05-10 13:05:13 -0400)

----------------------------------------------------------------
amd-drm-fixes-6.9-2024-05-10:

amdgpu:
- DCN 3.5 fix
- MST DSC fixes
- S0i3 fix
- S4 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 (1):
      Revert "drm/amdkfd: Add partition id field to location_id"

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 ++--
 .../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 +-
 7 files changed, 51 insertions(+), 18 deletions(-)