Hi Dave, Simona,

Fixes for 7.0.

The following changes since commit 6de23f81a5e08be8fbf5e8d7e9febc72a5b5f27f:

  Linux 7.0-rc1 (2026-02-22 13:18:59 -0800)

are available in the Git repository at:

  https://gitlab.freedesktop.org/agd5f/linux.git 
tags/amd-drm-fixes-7.0-2026-02-26

for you to fetch changes up to 6b0d812971370c64b837a2db4275410f478272fe:

  drm/amd: Disable MES LR compute W/A (2026-02-25 17:58:06 -0500)

----------------------------------------------------------------
amd-drm-fixes-7.0-2026-02-26:

amdgpu:
- UserQ fixes
- DC fix
- RAS fixes
- VCN 5 fix
- Slot reset fix
- Remove MES workaround that's no longer needed

----------------------------------------------------------------
Bart Van Assche (2):
      drm/amdgpu: Unlock a mutex before destroying it
      drm/amdgpu: Fix locking bugs in error paths

Lijo Lazar (1):
      drm/amdgpu: Fix error handling in slot reset

Mario Limonciello (1):
      drm/amd: Disable MES LR compute W/A

Natalie Vock (1):
      drm/amd/display: Use GFP_ATOMIC in dc_create_stream_for_sink

Sunil Khatri (2):
      drm/amdgpu: add upper bound check on user inputs in signal ioctl
      drm/amdgpu: add upper bound check on user inputs in wait ioctl

Tvrtko Ursulin (2):
      drm/amdgpu/userq: Fix reference leak in amdgpu_userq_wait_ioctl
      drm/amdgpu/userq: Do not allow userspace to trivially triger kernel 
warnings

sguttula (1):
      drm/amdgpu/vcn5: Add SMU dpm interface type

 drivers/gpu/drm/amd/amdgpu/amdgpu_aca.c         |  1 +
 drivers/gpu/drm/amd/amdgpu/amdgpu_device.c      | 17 ++++++++++-------
 drivers/gpu/drm/amd/amdgpu/amdgpu_psp_ta.c      | 12 +++++++-----
 drivers/gpu/drm/amd/amdgpu/amdgpu_userq_fence.c | 22 ++++++++++++++++++----
 drivers/gpu/drm/amd/amdgpu/mes_v11_0.c          |  5 -----
 drivers/gpu/drm/amd/amdgpu/mes_v12_0.c          |  5 -----
 drivers/gpu/drm/amd/amdgpu/vcn_v5_0_0.c         |  4 ++++
 drivers/gpu/drm/amd/display/dc/core/dc_stream.c |  4 ++--
 8 files changed, 42 insertions(+), 28 deletions(-)

Reply via email to