mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Simona Vetter <simona.vetter@ffwll.ch>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: LKML <linux-kernel@vger.kernel.org>,
	DRI Development <dri-devel@lists.freedesktop.org>,
	Dave Airlie <airlied@gmail.com>
Subject: [PULL] drm-fixes for -rc3
Date: Fri, 24 Oct 2025 22:58:54 +0200	[thread overview]
Message-ID: <aPvojo5uhoAatX2Y@phenom.ffwll.local> (raw)

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

             reply	other threads:[~2025-10-24 20:58 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-10-24 20:58 Simona Vetter [this message]
2025-10-24 23:57 ` pr-tracker-bot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=aPvojo5uhoAatX2Y@phenom.ffwll.local \
    --to=simona.vetter@ffwll.ch \
    --cc=airlied@gmail.com \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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®