mbox series

[pull] amdgpu, amdkfd drm-fixes-6.6

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

Pull-request

https://gitlab.freedesktop.org/agd5f/linux.git tags/amd-drm-fixes-6.6-2023-09-20

Message

Alex Deucher Sept. 20, 2023, 10:29 p.m. UTC
Hi Dave, Daniel,

Fixes for 6.6.

The following changes since commit ce9ecca0238b140b88f43859b211c9fdfd8e5b70:

  Linux 6.6-rc2 (2023-09-17 14:40:24 -0700)

are available in the Git repository at:

  https://gitlab.freedesktop.org/agd5f/linux.git tags/amd-drm-fixes-6.6-2023-09-20

for you to fetch changes up to cc39f9ccb82426e576734b493e1777ea01b144a8:

  drm/amdkfd: Use gpu_offset for user queue's wptr (2023-09-20 17:30:42 -0400)

----------------------------------------------------------------
amd-drm-fixes-6.6-2023-09-20:

amdgpu:
- MST fix
- Vbios part number reporting fix
- Fix a possible memory leak in an error case in the RAS code
- Fix low resolution modes on eDP

amdkfd:
- Fix GPU address for user queue wptr when GART is not at 0

----------------------------------------------------------------
Cong Liu (1):
      drm/amdgpu: fix a memory leak in amdgpu_ras_feature_enable

Hamza Mahfooz (1):
      drm/amd/display: fix the ability to use lower resolution modes on eDP

Lijo Lazar (1):
      Revert "drm/amdgpu: Report vbios version instead of PN"

Muhammad Ahmed (1):
      drm/amd/display: Fix MST recognizes connected displays as one

YuBiao Wang (1):
      drm/amdkfd: Use gpu_offset for user queue's wptr

 drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c       |  2 +-
 drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c            |  1 +
 .../gpu/drm/amd/amdkfd/kfd_device_queue_manager.c  |  2 +-
 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c  |  4 +--
 .../amd/display/dc/dce110/dce110_hw_sequencer.c    | 30 ++++++++++++----------
 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hwseq.c |  8 ++----
 drivers/gpu/drm/amd/display/dc/dcn32/dcn32_mpc.c   |  2 +-
 7 files changed, 25 insertions(+), 24 deletions(-)