[git pull] drm fixes for 7.0-rc2

From: Dave Airlie

Date: Fri Feb 27 2026 - 01:14:00 EST


Hi Linus,

Regular fixes pull, amdxdna and amdgpu are the main ones, with a
couple of intel fixes, then a scattering of fixes across drivers,
nothing too major,

Regards,
Dave.

drm-fixes-2026-02-27:
drm fixes for 7.0-rc2

i915/display:
- Fix Panel Replay stuck with X during mode transitions on Panther Lake

xe:
- W/a fix for multi-cast registers
- Fix xe_sync initialization issues

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

amdxdna:
- deadlock fix
- NULL ptr deref fix
- suspend failure fix
- OOB access fix
- buffer overflow fix
- input sanitiation fix
- firmware loading fix

dw-dp:
- An error handling fix

ethosu:
- A binary shift overflow fix

imx:
- An error handling fix

logicvc:
- A dt node reference leak fix

nouveau:
- A WARN_ON removal

samsung-dsim:
- A memory leak fix

tiny:
- sharp-memory: NULL pointer deref fix

vmwgfx:
- A reference count and error handling fix
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/drm/kernel.git tags/drm-fixes-2026-02-27

for you to fetch changes up to 103d53eb6fb11cfc3d502eb7b6efa706e139b947:

Merge tag 'amd-drm-fixes-7.0-2026-02-26' of
https://gitlab.freedesktop.org/agd5f/linux into drm-fixes (2026-02-27
09:19:47 +1000)

----------------------------------------------------------------
drm fixes for 7.0-rc2

i915/display:
- Fix Panel Replay stuck with X during mode transitions on Panther Lake

xe:
- W/a fix for multi-cast registers
- Fix xe_sync initialization issues

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

amdxdna:
- deadlock fix
- NULL ptr deref fix
- suspend failure fix
- OOB access fix
- buffer overflow fix
- input sanitiation fix
- firmware loading fix

dw-dp:
- An error handling fix

ethosu:
- A binary shift overflow fix

imx:
- An error handling fix

logicvc:
- A dt node reference leak fix

nouveau:
- A WARN_ON removal

samsung-dsim:
- A memory leak fix

tiny:
- sharp-memory: NULL pointer deref fix

vmwgfx:
- A reference count and error handling fix

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

Brad Spengler (1):
drm/vmwgfx: Fix invalid kref_put callback in vmw_bo_dirty_release

Chen Ni (2):
drm/imx: parallel-display: check return value of
devm_drm_bridge_add() in imx_pd_probe()
drm/bridge: synopsys: dw-dp: Check return value of
devm_drm_bridge_add() in dw_dp_bind()

Dan Carpenter (1):
accel: ethosu: Fix shift overflow in cmd_to_addr()

Dave Airlie (5):
nouveau/gsp: drop WARN_ON in ACPI probes
Merge tag 'drm-intel-fixes-2026-02-25' of
https://gitlab.freedesktop.org/drm/i915/kernel into drm-fixes
Merge tag 'drm-misc-fixes-2026-02-26' of
https://gitlab.freedesktop.org/drm/misc/kernel into drm-fixes
Merge tag 'drm-xe-fixes-2026-02-26' of
https://gitlab.freedesktop.org/drm/xe/kernel into drm-fixes
Merge tag 'amd-drm-fixes-7.0-2026-02-26' of
https://gitlab.freedesktop.org/agd5f/linux into drm-fixes

Ethan Tidmore (1):
drm/tiny: sharp-memory: fix pointer error dereference

Felix Gu (1):
drm/logicvc: Fix device node reference leak in logicvc_drm_config_parse()

Franz Schnyder (1):
drm/bridge: ti-sn65dsi86: Enable HPD polling if IRQ is not used

Ian Forbes (2):
drm/vmwgfx: Set a unique ID for each submitted command buffer
drm/vmwgfx: Return the correct value in vmw_translate_ptr functions

Jonathan Cavitt (1):
drm/client: Do not destroy NULL modes

Jouni Högander (1):
drm/i915/alpm: ALPM disable fixes

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

Lizhi Hou (10):
accel/amdxdna: Remove buffer size check when creating command BO
accel/amdxdna: Switch to always use chained command
accel/amdxdna: Fix crash when destroying a suspended hardware context
accel/amdxdna: Fix dead lock for suspend and resume
accel/amdxdna: Fix suspend failure after enabling turbo mode
accel/amdxdna: Fix command hang on suspended hardware context
accel/amdxdna: Fix out-of-bounds memset in command slot handling
accel/amdxdna: Prevent ubuf size overflow
accel/amdxdna: Validate command buffer payload count
accel/amdxdna: Use a different name for latest firmware

Mario Limonciello (2):
accel/amdxdna: Reduce log noise during process termination
drm/amd: Disable MES LR compute W/A

Matt Roper (1):
drm/xe/wa: Steer RMW of MCR registers while building default LRC

Matthew Brost (1):
drm/gpusvm: Fix drm_gpusvm_pages_valid_unlocked() kernel-doc

Maxime Ripard (1):
Merge drm/drm-fixes into drm-misc-fixes

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

Osama Abdelkader (1):
drm/bridge: samsung-dsim: Fix memory leak in error path

Shuicheng Lin (2):
drm/xe/sync: Cleanup partially initialized sync on parse failure
drm/xe/sync: Fix user fence leak on alloc failure

Simon Ser (1):
drm/fourcc: fix plane order for 10/12/16-bit YCbCr formats

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/accel/amdxdna/aie2_ctx.c | 32 ++++++-----
drivers/accel/amdxdna/aie2_message.c | 15 +++--
drivers/accel/amdxdna/aie2_pci.c | 40 +++++++++----
drivers/accel/amdxdna/aie2_pm.c | 2 +-
drivers/accel/amdxdna/amdxdna_ctx.c | 24 ++++----
drivers/accel/amdxdna/amdxdna_gem.c | 38 ++++++-------
drivers/accel/amdxdna/amdxdna_pci_drv.c | 3 +
drivers/accel/amdxdna/amdxdna_pm.c | 2 +
drivers/accel/amdxdna/amdxdna_pm.h | 11 ++++
drivers/accel/amdxdna/amdxdna_ubuf.c | 6 +-
drivers/accel/amdxdna/npu1_regs.c | 2 +-
drivers/accel/amdxdna/npu4_regs.c | 2 +-
drivers/accel/amdxdna/npu5_regs.c | 2 +-
drivers/accel/amdxdna/npu6_regs.c | 2 +-
drivers/accel/ethosu/ethosu_gem.c | 2 +-
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 +-
drivers/gpu/drm/bridge/samsung-dsim.c | 23 +++++---
drivers/gpu/drm/bridge/synopsys/dw-dp.c | 4 +-
drivers/gpu/drm/bridge/ti-sn65dsi86.c | 6 +-
drivers/gpu/drm/drm_client_modeset.c | 3 +-
drivers/gpu/drm/drm_gpusvm.c | 10 ++--
drivers/gpu/drm/i915/display/intel_alpm.c | 7 +--
drivers/gpu/drm/imx/ipuv3/parallel-display.c | 4 +-
drivers/gpu/drm/logicvc/logicvc_drm.c | 4 +-
.../gpu/drm/nouveau/nvkm/subdev/gsp/rm/r535/gsp.c | 12 ++--
drivers/gpu/drm/tiny/sharp-memory.c | 4 +-
drivers/gpu/drm/vmwgfx/vmwgfx_cmdbuf.c | 4 ++
drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c | 4 +-
drivers/gpu/drm/vmwgfx/vmwgfx_page_dirty.c | 9 ++-
drivers/gpu/drm/xe/regs/xe_engine_regs.h | 6 ++
drivers/gpu/drm/xe/xe_gt.c | 66 ++++++++++++++++++----
drivers/gpu/drm/xe/xe_sync.c | 30 +++++++---
include/uapi/drm/drm_fourcc.h | 12 ++--
40 files changed, 300 insertions(+), 161 deletions(-)