All of lore.kernel.org
 help / color / mirror / Atom feed
* [pull] amdgpu, amdkfd drm-fixes-6.5
@ 2023-07-26 18:49 Alex Deucher
  0 siblings, 0 replies; 2+ messages in thread
From: Alex Deucher @ 2023-07-26 18:49 UTC (permalink / raw)
  To: amd-gfx, dri-devel, airlied, daniel.vetter; +Cc: Alex Deucher

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(-)

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [pull] amdgpu, amdkfd drm-fixes-6.5
@ 2023-08-09 18:28 Alex Deucher
  0 siblings, 0 replies; 2+ messages in thread
From: Alex Deucher @ 2023-08-09 18:28 UTC (permalink / raw)
  To: amd-gfx, dri-devel, airlied, daniel.vetter; +Cc: Alex Deucher

Hi Dave, Daniel,

Fixes for 6.5.  Was on PTO last week, so two weeks worth.

The following changes since commit 52a93d39b17dc7eb98b6aa3edb93943248e03b2f:

  Linux 6.5-rc5 (2023-08-06 15:07:51 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 091ae5473f96ced844af6ba39b94757359b12348:

  drm/amdkfd: disable IOMMUv2 support for Raven (2023-08-09 10:58:40 -0400)

----------------------------------------------------------------
amd-drm-fixes-6.5-2023-08-09:

amdgpu:
- S/G display workaround for platforms with >= 64G of memory
- S0i3 fix
- SMU 13.0.0 fixes
- Disable SMU 13.x OD features temporarily while the interface is reworked
  to enable additional functionality
- Fix cursor gamma issues on DCN3+
- SMU 13.0.6 fixes
- Fix possible UAF in CS IOCTL
- Polaris display regression fix
- Only enable CP GFX shadowing on SR-IOV

amdkfd:
- Raven/Picasso KFD regression fix

----------------------------------------------------------------
Alex Deucher (5):
      drm/amdgpu: fix possible UAF in amdgpu_cs_pass1()
      drm/amdgpu/gfx11: only enable CP GFX shadowing on SR-IOV
      drm/amdkfd: ignore crat by default
      drm/amdkfd: disable IOMMUv2 support for KV/CZ
      drm/amdkfd: disable IOMMUv2 support for Raven

Evan Quan (1):
      drm/amd/pm: disable the SMU13 OD feature support temporarily

Kenneth Feng (1):
      drm/amd/pm: correct the pcie width for smu 13.0.0

Lijo Lazar (2):
      drm/amdgpu: Match against exact bootloader status
      drm/amd/pm: Fix SMU v13.0.6 energy reporting

Mario Limonciello (3):
      drm/amd: Disable S/G for APUs when 64GB or more host memory
      drm/amd/display: Don't show stack trace for missing eDP
      drm/amd/display: Fix a regression on Polaris cards

Melissa Wen (1):
      drm/amd/display: check attr flag before set cursor degamma on DCN3+

Tim Huang (1):
      drm/amd/pm: skip the RLC stop when S0i3 suspend for SMU v13.0.4/11

 drivers/gpu/drm/amd/amdgpu/amdgpu.h                |  1 +
 drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c             |  2 +-
 drivers/gpu/drm/amd/amdgpu/amdgpu_device.c         | 26 ++++++++++++++++++++++
 drivers/gpu/drm/amd/amdgpu/gfx_v11_0.c             |  8 +++++--
 drivers/gpu/drm/amd/amdgpu/psp_v13_0.c             | 15 +++++++------
 drivers/gpu/drm/amd/amdkfd/kfd_crat.c              |  4 ----
 drivers/gpu/drm/amd/amdkfd/kfd_device.c            | 13 -----------
 .../gpu/drm/amd/amdkfd/kfd_device_queue_manager.c  |  8 +------
 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c  |  5 ++---
 .../amd/display/amdgpu_dm/amdgpu_dm_mst_types.c    |  2 +-
 .../amd/display/dc/dce110/dce110_hw_sequencer.c    |  3 ++-
 drivers/gpu/drm/amd/display/dc/dcn30/dcn30_dpp.c   |  7 ++++--
 drivers/gpu/drm/amd/pm/swsmu/amdgpu_smu.c          |  4 ++--
 .../gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_0_ppt.c   | 20 ++++++++++++-----
 .../gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_6_ppt.c   |  5 ++---
 .../gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_7_ppt.c   | 12 +++++++---
 16 files changed, 81 insertions(+), 54 deletions(-)

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-08-09 18:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-07-26 18:49 [pull] amdgpu, amdkfd drm-fixes-6.5 Alex Deucher
2023-08-09 18:28 Alex Deucher

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.