mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PULL] drm-fixes for -rc3
@ 2025-10-24 20:58 Simona Vetter
  2025-10-24 23:57 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Simona Vetter @ 2025-10-24 20:58 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: LKML, DRI Development, Dave Airlie

Hi Linus,

Very quiet, all just small stuff and nothing scary pending to my
knowledge.

On the Link: tag discussion there's now an open MR for our tooling. By the
time you see this it might already be merged, so hopefully starting next
week we'll see patches show up in drm with the new style. But it'll
probably take some time until it's percolated to everyone:

https://gitlab.freedesktop.org/drm/maintainer-tools/-/merge_requests/94

Cheers, Sima

drm-fixes-2025-10-24:
drm-fixes for 6.18-rc3

- drm_panic: bunch of size calculation fixes
- pantor: fix kernel panic on partial gpu va unmap
- rockchip: hdmi hotplug setup fix
- amdgpu: dp mst, dc/display fixes
- i915: fix panic structure leak
- xe: madvise uapi fix, wq alloc error, vma flag handling fix

Cheers, Sima

The following changes since commit 211ddde0823f1442e4ad052a2f30f050145ccada:

  Linux 6.18-rc2 (2025-10-19 15:19:16 -1000)

are available in the Git repository at:

  https://gitlab.freedesktop.org/drm/kernel.git tags/drm-fixes-2025-10-24

for you to fetch changes up to 18b1ce0b29c41833363b58ad030b76dabf984899:

  Merge tag 'drm-xe-fixes-2025-10-23' of https://gitlab.freedesktop.org/drm/xe/kernel into drm-fixes (2025-10-24 13:39:21 +0200)

----------------------------------------------------------------
drm-fixes for 6.18-rc3

- drm_panic: bunch of size calculation fixes
- pantor: fix kernel panic on partial gpu va unmap
- rockchip: hdmi hotplug setup fix
- amdgpu: dp mst, dc/display fixes
- i915: fix panic structure leak
- xe: madvise uapi fix, wq alloc error, vma flag handling fix

----------------------------------------------------------------
Akash Goel (1):
      drm/panthor: Fix kernel panic on partial unmap of a GPU VA region

Alok Tiwari (1):
      drm/rockchip: dw_hdmi: use correct SCLIN mask for RK3228

Aurabindo Pillai (1):
      drm/amd/display: use GFP_NOWAIT for allocation in interrupt handler

Charlene Liu (1):
      drm/amd/display: increase max link count and fix link->enc NULL pointer access

Jani Nikula (1):
      drm/i915/panic: fix panic structure allocation memory leak

Jocelyn Falempe (6):
      drm/panic: Fix drawing the logo on a small narrow screen
      drm/panic: Fix overlap between qr code and logo
      drm/panic: Fix qr_code, ensure vmargin is positive
      drm/panic: Fix kmsg text drawing rectangle
      drm/panic: Fix divide by 0 if the screen width < font width
      drm/panic: Fix 24bit pixel crossing page boundaries

Matthew Brost (1):
      drm/xe: Check return value of GGTT workqueue allocation

Meenakshikumar Somasundaram (1):
      drm/amd/display: Fix NULL pointer dereference

Simona Vetter (4):
      Merge tag 'amd-drm-fixes-6.18-2025-10-22' of https://gitlab.freedesktop.org/agd5f/linux into drm-fixes
      Merge tag 'drm-misc-fixes-2025-10-23' of https://gitlab.freedesktop.org/drm/misc/kernel into drm-fixes
      Merge tag 'drm-intel-fixes-2025-10-23' of https://gitlab.freedesktop.org/drm/i915/kernel into drm-fixes
      Merge tag 'drm-xe-fixes-2025-10-23' of https://gitlab.freedesktop.org/drm/xe/kernel into drm-fixes

Thomas Hellström (2):
      drm/xe: Retain vma flags when recreating and splitting vmas for madvise
      drm/xe/uapi: Hide the madvise autoreset behind a VM_BIND flag

 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c  |  4 +-
 .../drm/amd/display/dc/hwss/dcn401/dcn401_hwseq.c  |  3 +
 drivers/gpu/drm/amd/display/dc/inc/hw/hw_shared.h  |  8 +-
 .../amd/display/dc/link/accessories/link_dp_cts.c  |  3 +-
 drivers/gpu/drm/drm_panic.c                        | 60 ++++++++++++--
 drivers/gpu/drm/i915/display/intel_fb.c            | 25 +++---
 drivers/gpu/drm/panthor/panthor_mmu.c              | 10 ++-
 drivers/gpu/drm/rockchip/dw_hdmi-rockchip.c        |  2 +-
 drivers/gpu/drm/xe/xe_ggtt.c                       |  3 +
 drivers/gpu/drm/xe/xe_pt.c                         |  4 +-
 drivers/gpu/drm/xe/xe_svm.c                        |  5 ++
 drivers/gpu/drm/xe/xe_vm.c                         | 96 +++++++++-------------
 drivers/gpu/drm/xe/xe_vm_types.h                   | 10 +--
 include/uapi/drm/xe_drm.h                          | 15 ++++
 14 files changed, 153 insertions(+), 95 deletions(-)

-- 
Simona Vetter
Software Engineer
http://blog.ffwll.ch

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PULL] drm-fixes for -rc3
  2025-10-24 20:58 [PULL] drm-fixes for -rc3 Simona Vetter
@ 2025-10-24 23:57 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2025-10-24 23:57 UTC (permalink / raw)
  To: Simona Vetter; +Cc: Linus Torvalds, LKML, DRI Development, Dave Airlie

The pull request you sent on Fri, 24 Oct 2025 22:58:54 +0200:

> https://gitlab.freedesktop.org/drm/kernel.git tags/drm-fixes-2025-10-24

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/3d08a425d2f667edf9ab7f9c3d999c218a96ba6f

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-10-24 23:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-10-24 20:58 [PULL] drm-fixes for -rc3 Simona Vetter
2025-10-24 23:57 ` pr-tracker-bot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®