mbox series

[pull] amdgpu drm-fixes-6.15

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

Pull-request

https://gitlab.freedesktop.org/agd5f/linux.git tags/amd-drm-fixes-6.15-2025-04-16

Message

Alex Deucher April 16, 2025, 10:31 p.m. UTC
Hi Dave, Simona,

Fixes for 6.15.

The following changes since commit 8ffd015db85fea3e15a77027fda6c02ced4d2444:

  Linux 6.15-rc2 (2025-04-13 11:54:49 -0700)

are available in the Git repository at:

  https://gitlab.freedesktop.org/agd5f/linux.git tags/amd-drm-fixes-6.15-2025-04-16

for you to fetch changes up to c235a7132258ac30bd43d228222986022d21f5de:

  drm/amdgpu: Use the right function for hdp flush (2025-04-16 15:57:46 -0400)

----------------------------------------------------------------
amd-drm-fixes-6.15-2025-04-16:

amdgpu:
- Cleaner shader sysfs fix
- Suspend fix
- Fix doorbell free ordering
- Video caps fix
- DML2 memory allocation optimization
- HDP fix

----------------------------------------------------------------
Alex Deucher (1):
      drm/amd/display/dml2: use vzalloc rather than kzalloc

Christian König (1):
      drm/amdgpu: use a dummy owner for sysfs triggered cleaner shaders v4

David Rosca (1):
      drm/amdgpu: Add back JPEG to video caps for carrizo and newer

Lijo Lazar (1):
      drm/amdgpu: Use the right function for hdp flush

Mario Limonciello (1):
      drm/amd: Forbid suspending into non-default suspend states

ZhenGuo Yin (1):
      drm/amdgpu: fix warning of drm_mm_clean

 drivers/gpu/drm/amd/amdgpu/amdgpu.h                       |  1 +
 drivers/gpu/drm/amd/amdgpu/amdgpu_device.c                |  2 +-
 drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c                   | 14 +++++++++++++-
 drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.c                   | 14 +++++++++++---
 drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c                    |  8 ++++----
 drivers/gpu/drm/amd/amdgpu/gfx_v11_0.c                    | 12 ++++++------
 drivers/gpu/drm/amd/amdgpu/gfx_v12_0.c                    |  6 +++---
 drivers/gpu/drm/amd/amdgpu/gmc_v10_0.c                    |  4 ++--
 drivers/gpu/drm/amd/amdgpu/gmc_v11_0.c                    |  4 ++--
 drivers/gpu/drm/amd/amdgpu/gmc_v12_0.c                    |  4 ++--
 drivers/gpu/drm/amd/amdgpu/gmc_v9_0.c                     |  2 +-
 drivers/gpu/drm/amd/amdgpu/psp_v11_0.c                    |  2 +-
 drivers/gpu/drm/amd/amdgpu/psp_v13_0.c                    |  2 +-
 drivers/gpu/drm/amd/amdgpu/psp_v14_0.c                    |  2 +-
 drivers/gpu/drm/amd/amdgpu/vi.c                           |  7 +++++++
 drivers/gpu/drm/amd/display/dc/dml2/dml21/dml21_wrapper.c | 11 ++++++-----
 drivers/gpu/drm/amd/display/dc/dml2/dml2_wrapper.c        |  6 ++++--
 17 files changed, 66 insertions(+), 35 deletions(-)