mbox series

[pull] amdgpu, amdkfd drm-fixes-6.5

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

Pull-request

https://gitlab.freedesktop.org/agd5f/linux.git tags/amd-drm-fixes-6.5-2023-07-26

Message

Alex Deucher July 26, 2023, 6:49 p.m. UTC
Hi Dave, Daniel,

Fixes for 6.5.

The following changes since commit 28801cc85906ea62043e62c71def7f9daaf1c168:

  Merge tag 'amd-drm-fixes-6.5-2023-07-20' of https://gitlab.freedesktop.org/agd5f/linux into drm-fixes (2023-07-21 12:16:47 +1000)

are available in the Git repository at:

  https://gitlab.freedesktop.org/agd5f/linux.git tags/amd-drm-fixes-6.5-2023-07-26

for you to fetch changes up to bc1688fce2ec7726112276650762275392d1bab1:

  drm/amdgpu: Restore HQD persistent state register (2023-07-25 16:26:38 -0400)

----------------------------------------------------------------
amd-drm-fixes-6.5-2023-07-26:

amdgpu:
- gfxhub partition fix
- Fix error handling in psp_sw_init()
- SMU13 fix
- DCN 3.1 fix
- DCN 3.2 fix
- Fix for display PHY programming sequence
- DP MST error handling fix
- GFX 9.4.3 fix

amdkfd:
- GFX11 trap handling fix

----------------------------------------------------------------
Alvin Lee (1):
      drm/amd/display: Don't apply FIFO resync W/A if rdivider = 0

Dan Carpenter (1):
      drm/amd/display: Unlock on error path in dm_handle_mst_sideband_msg_ready_event()

George Shen (1):
      drm/amd/display: Guard DCN31 PHYD32CLK logic against chip family

Jane Jian (1):
      drm/amd/smu: use AverageGfxclkFrequency* to replace previous GFX Curr Clock

Jonathan Kim (1):
      drm/amdkfd: fix trap handling work around for debugging

Leo Chen (1):
      drm/amd/display: Exit idle optimizations before attempt to access PHY

Lijo Lazar (1):
      drm/amdgpu: Restore HQD persistent state register

Mario Limonciello (1):
      drm/amd: Fix an error handling mistake in psp_sw_init()

Victor Lu (1):
      drm/amdgpu: Fix infinite loop in gfxhub_v1_2_xcc_gart_enable (v2)

 drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c                     | 6 +++---
 drivers/gpu/drm/amd/amdgpu/gfx_v9_4_3.c                     | 3 ++-
 drivers/gpu/drm/amd/amdgpu/gfxhub_v1_2.c                    | 5 +----
 drivers/gpu/drm/amd/amdkfd/kfd_debug.c                      | 5 ++---
 drivers/gpu/drm/amd/amdkfd/kfd_debug.h                      | 6 ++++++
 drivers/gpu/drm/amd/amdkfd/kfd_device_queue_manager.c       | 6 ++----
 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_mst_types.c | 2 +-
 drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c | 3 +++
 drivers/gpu/drm/amd/display/dc/dcn31/dcn31_dccg.c           | 3 ++-
 drivers/gpu/drm/amd/display/dc/dcn32/dcn32_dccg.c           | 5 ++++-
 drivers/gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_0_ppt.c        | 2 +-
 11 files changed, 27 insertions(+), 19 deletions(-)