[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAPM=9tz0CT3EWFjMPXffj2_kqExJe+3GNrUgkCQ3ZFuOf_-_rQ@mail.gmail.com>
Date: Sat, 15 Nov 2025 06:36:17 +1000
From: Dave Airlie <airlied@...il.com>
To: Linus Torvalds <torvalds@...ux-foundation.org>, Simona Vetter <simona@...ll.ch>
Cc: dri-devel <dri-devel@...ts.freedesktop.org>, LKML <linux-kernel@...r.kernel.org>
Subject: [git pull] drm fixes for 6.18-rc6
Hi Linus,
Weekly fixes, amdgpu and vmwgfx making up the most of it, along with
panthor and i915/xe.
Seems about right for this time of development, nothing major outstanding.
Dave.
drm-fixes-2025-11-15:
drm fixes for 6.18-rc6
client:
- Fix description of module parameter
panthor:
- Flush writes before mapping buffers
vmwgfx:
- Improve command validation
- Improve ref counting
- Fix cursor-plane support
amdgpu:
- Disallow P2P DMA for GC 12 DCC surfaces
- ctx error handling fix
- UserQ fixes
- VRR fix
- ISP fix
- JPEG 5.0.1 fix
amdkfd:
- Save area check fix
- Fix GPU mappings for APU after prefetch
i915:
- Fix PSR's pipe to vblank conversion
- Disable Panel Replay on MST links
xe:
- New HW workarounds affecting PTL and WCL platforms
The following changes since commit e9a6fb0bcdd7609be6969112f3fbfcce3b1d4a7c:
Linux 6.18-rc5 (2025-11-09 15:10:19 -0800)
are available in the Git repository at:
https://gitlab.freedesktop.org/drm/kernel.git tags/drm-fixes-2025-11-15
for you to fetch changes up to 362a7d4fd5c473d43c498e68e13ff7acf8ca4ccf:
Merge tag 'drm-xe-fixes-2025-11-13' of
https://gitlab.freedesktop.org/drm/xe/kernel into drm-fixes
(2025-11-14 17:51:17 +1000)
----------------------------------------------------------------
drm fixes for 6.18-rc6
client:
- Fix description of module parameter
panthor:
- Flush writes before mapping buffers
vmwgfx:
- Improve command validation
- Improve ref counting
- Fix cursor-plane support
amdgpu:
- Disallow P2P DMA for GC 12 DCC surfaces
- ctx error handling fix
- UserQ fixes
- VRR fix
- ISP fix
- JPEG 5.0.1 fix
amdkfd:
- Save area check fix
- Fix GPU mappings for APU after prefetch
i915:
- Fix PSR's pipe to vblank conversion
- Disable Panel Replay on MST links
xe:
- New HW workarounds affecting PTL and WCL platforms
----------------------------------------------------------------
Boris Brezillon (1):
drm/panthor: Flush shmem writes before mapping buffers CPU-uncached
Dave Airlie (4):
Merge tag 'amd-drm-fixes-6.18-2025-11-12' of
https://gitlab.freedesktop.org/agd5f/linux into drm-fixes
Merge tag 'drm-misc-fixes-2025-11-13' of
https://gitlab.freedesktop.org/drm/misc/kernel into drm-fixes
Merge tag 'drm-intel-fixes-2025-11-13' of
https://gitlab.freedesktop.org/drm/i915/kernel into drm-fixes
Merge tag 'drm-xe-fixes-2025-11-13' of
https://gitlab.freedesktop.org/drm/xe/kernel into drm-fixes
Harish Kasiviswanathan (1):
drm/amdkfd: Fix GPU mappings for APU after prefetch
Ian Forbes (3):
drm/vmwgfx: Validate command header size against SVGA_CMD_MAX_DATASIZE
drm/vmwgfx: Use kref in vmw_bo_dirty
drm/vmwgfx: Restore Guest-Backed only cursor plane support
Imre Deak (1):
drm/i915/dp_mst: Disable Panel Replay
Ivan Lipski (1):
drm/amd/display: Allow VRR params change if unsynced with the stream
Jani Nikula (1):
drm/i915/psr: fix pipe to vblank conversion
Jesse.Zhang (1):
drm/amdgpu: fix lock warning in amdgpu_userq_fence_driver_process
Jonathan Kim (1):
drm/amdkfd: relax checks for over allocation of save area
Nitin Gote (2):
drm/xe/xe3: Add WA_14024681466 for Xe3_LPG
drm/xe/xe3lpg: Extend Wa_15016589081 for xe3lpg
Pierre-Eric Pelloux-Prayer (1):
drm/amdgpu: jump to the correct label on failure
Randy Dunlap (1):
drm/client: fix MODULE_PARM_DESC string for "active"
Sathishkumar S (1):
drm/amdgpu/jpeg: Add parse_cs for JPEG5_0_1
Sultan Alsawaf (1):
drm/amd/amdgpu: Ensure isp_kernel_buffer_alloc() creates a new BO
Tangudu Tilak Tirumalesh (1):
drm/xe/xe3: Extend wa_14023061436
Vitaly Prosyak (1):
drm/amdgpu: disable peer-to-peer access for DCC-enabled GC12 VRAM surfaces
drivers/gpu/drm/amd/amdgpu/amdgpu_ctx.c | 2 +-
drivers/gpu/drm/amd/amdgpu/amdgpu_dma_buf.c | 12 ++++++++++++
drivers/gpu/drm/amd/amdgpu/amdgpu_isp.c | 2 ++
drivers/gpu/drm/amd/amdgpu/amdgpu_userq_fence.c | 5 +++--
drivers/gpu/drm/amd/amdgpu/jpeg_v5_0_1.c | 1 +
drivers/gpu/drm/amd/amdkfd/kfd_queue.c | 12 ++++++------
drivers/gpu/drm/amd/amdkfd/kfd_svm.c | 2 ++
.../gpu/drm/amd/display/modules/freesync/freesync.c | 11 +++++++++++
drivers/gpu/drm/clients/drm_client_setup.c | 4 ++--
drivers/gpu/drm/i915/display/intel_psr.c | 7 ++++++-
drivers/gpu/drm/panthor/panthor_gem.c | 18 ++++++++++++++++++
drivers/gpu/drm/vmwgfx/vmwgfx_cursor_plane.c | 16 +++++++++++++++-
drivers/gpu/drm/vmwgfx/vmwgfx_cursor_plane.h | 1 +
drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c | 5 +++++
drivers/gpu/drm/vmwgfx/vmwgfx_page_dirty.c | 12 +++++-------
drivers/gpu/drm/xe/regs/xe_gt_regs.h | 1 +
drivers/gpu/drm/xe/xe_wa.c | 11 +++++++++++
17 files changed, 102 insertions(+), 20 deletions(-)
Powered by blists - more mailing lists