mbox series

[pull] amdgpu, amdkfd drm-fixes-6.14

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

Pull-request

https://gitlab.freedesktop.org/agd5f/linux.git tags/amd-drm-fixes-6.14-2025-03-12

Message

Alex Deucher March 12, 2025, 7:09 p.m. UTC
Hi Dave, Simona,

Fixes for 6.14.

The following changes since commit 80e54e84911a923c40d7bee33a34c1b4be148d7a:

  Linux 6.14-rc6 (2025-03-09 13:45:25 -1000)

are available in the Git repository at:

  https://gitlab.freedesktop.org/agd5f/linux.git tags/amd-drm-fixes-6.14-2025-03-12

for you to fetch changes up to 6cc30748e17ea2a64051ceaf83a8372484e597f1:

  drm/amdgpu: NULL-check BO's backing store when determining GFX12 PTE flags (2025-03-12 14:59:21 -0400)

----------------------------------------------------------------
amd-drm-fixes-6.14-2025-03-12:

amdgpu:
- GC 12.x DCC fix
- DC DCE 6.x fix
- Hibernation fix
- HPD fix
- Backlight fixes
- Color depth fix
- UAF fix in hdcp_work
- VCE 2.x fix
- GC 12.x PTE fix

amdkfd:
- Queue eviction fix

----------------------------------------------------------------
Alex Deucher (1):
      drm/amdgpu/vce2: fix ip block reference

Alex Hung (1):
      drm/amd/display: Assign normalized_pix_clk when color depth = 14

Aliaksei Urbanski (1):
      drm/amd/display: fix missing .is_two_pixels_per_container

David Rosca (1):
      drm/amdgpu/display: Allow DCC for video formats on GFX12

Leo Li (1):
      drm/amd/display: Disable unneeded hpd interrupts during dm_init

Mario Limonciello (4):
      drm/amd: Keep display off while going into S4
      drm/amd/display: fix default brightness
      drm/amd/display: Restore correct backlight brightness after a GPU reset
      drm/amd/display: Fix slab-use-after-free on hdcp_work

Natalie Vock (1):
      drm/amdgpu: NULL-check BO's backing store when determining GFX12 PTE flags

Yifan Zha (1):
      drm/amd/amdkfd: Evict all queues even HWS remove queue failed

 drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c            | 11 +++-
 drivers/gpu/drm/amd/amdgpu/gmc_v12_0.c             |  5 +-
 drivers/gpu/drm/amd/amdgpu/vce_v2_0.c              |  2 +-
 .../gpu/drm/amd/amdkfd/kfd_device_queue_manager.c  |  8 ++-
 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c  | 17 +++++-
 .../gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_hdcp.c |  1 +
 .../gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_irq.c  | 64 +++++++++++++++-------
 .../drm/amd/display/amdgpu_dm/amdgpu_dm_plane.c    |  7 ++-
 drivers/gpu/drm/amd/display/dc/core/dc_resource.c  |  7 ++-
 .../amd/display/dc/dce60/dce60_timing_generator.c  |  1 +
 10 files changed, 91 insertions(+), 32 deletions(-)