dri-devel Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Thomas Zimmermann <tzimmermann@suse.de>
To: Dave Airlie <airlied@gmail.com>, Simona Vetter <simona.vetter@ffwll.ch>
Cc: "Jani Nikula" <jani.nikula@linux.intel.com>,
	"Joonas Lahtinen" <joonas.lahtinen@linux.intel.com>,
	"Tvrtko Ursulin" <tursulin@ursulin.net>,
	"Rodrigo Vivi" <rodrigo.vivi@intel.com>,
	"Thomas Zimmermann" <tzimmermann@suse.de>,
	"Maarten Lankhorst" <maarten.lankhorst@linux.intel.com>,
	"Maxime Ripard" <mripard@kernel.org>,
	"Matthew Brost" <matthew.brost@intel.com>,
	"Thomas Hellström" <thomas.hellstrom@linux.intel.com>,
	"Oded Gabbay" <ogabbay@kernel.org>,
	dri-devel@lists.freedesktop.org, intel-gfx@lists.freedesktop.org,
	intel-xe@lists.freedesktop.org, dim-tools@lists.freedesktop.org
Subject: [PULL] drm-misc-fixes
Date: Thu, 7 May 2026 13:52:13 +0200	[thread overview]
Message-ID: <20260507115213.GA206508@linux.fritz.box> (raw)

Hi Dave, Sima, 

here's the (rather large) PR from drm-misc-fixes for this week.

Best regards
Thomas

drm-misc-fixes-2026-05-07:
Short summary of fixes pull:

bochs:
- fix managed cleanup

bridge:
- tda998x: fix sparse warnings on type correctness

etnaviv:
- schedule armed jobs

exynos:
- managed bridge cleanup

fb-helper:
- fix clipping

ivpu:
- disallow reexport of GEM buffer objects

noveau:
- revert support for GA100

panel:
- boe-tv101wum-nl16: use correct MIPI_DSI mode
- feyjang-fy07024di26a30d: fix error reporting
- himax-hx83102: use correct MIPI_DSI mode
- himax-hx83121a: fix error checks
- himax-hx83121a: select DRM_DISPLAY_DSC_HELPER

qaic:
- fix RAS message handling

qxl:
- clean up polling

sti:
- managed bridge cleanup

ttm:
- update GPU MM stats on pool shrinking
The following changes since commit ac2c996675755c725a0065dbe3e2ebffded9080b:

  drm/udl: Increase GET_URB_TIMEOUT (2026-04-28 10:50:41 +0200)

are available in the Git repository at:

  https://gitlab.freedesktop.org/drm/misc/kernel.git tags/drm-misc-fixes-2026-05-07

for you to fetch changes up to b15838b03cd0c6cf35651cfde62d17f14bb1d566:

  drm/bochs: Drop manual put on probe error path (2026-05-07 10:51:18 +0200)

----------------------------------------------------------------
Short summary of fixes pull:

bochs:
- fix managed cleanup

bridge:
- tda998x: fix sparse warnings on type correctness

etnaviv:
- schedule armed jobs

exynos:
- managed bridge cleanup

fb-helper:
- fix clipping

ivpu:
- disallow reexport of GEM buffer objects

noveau:
- revert support for GA100

panel:
- boe-tv101wum-nl16: use correct MIPI_DSI mode
- feyjang-fy07024di26a30d: fix error reporting
- himax-hx83102: use correct MIPI_DSI mode
- himax-hx83121a: fix error checks
- himax-hx83121a: select DRM_DISPLAY_DSC_HELPER

qaic:
- fix RAS message handling

qxl:
- clean up polling

sti:
- managed bridge cleanup

ttm:
- update GPU MM stats on pool shrinking

----------------------------------------------------------------
Alok Tiwari (1):
      accel/qaic: fix incorrect counter check in RAS message decode

Arnd Bergmann (1):
      drm/panel: hx83121a: select DRM_DISPLAY_DSC_HELPER

Chen Ni (1):
      drm/panel: himax-hx83121a: Fix incorrect error check for devm_drm_panel_alloc()

Christian Van (1):
      drm/panel: feiyang-fy07024di26a30d: return display-on error

Francesco Lavra (1):
      drm/fb-helper: Fix clipping when damage area spans a single scanline

Icenowy Zheng (2):
      drm/panel: boe-tv101wum-nl6: restore MODE_LPM after sending disable cmds
      drm/panel: himax-hx83102: restore MODE_LPM after sending disable cmds

Karol Wachowski (1):
      accel/ivpu: Disallow re-exporting imported GEM objects

Kory Maincent (TI) (2):
      drm/bridge: tda998x: Use __be32 for audio port OF property pointer
      drm/bridge: tda998x: Return NULL instead of 0 in tda998x_edid_read()

Matthew Brost (1):
      drm/ttm: Fix GPU MM stats during pool shrinking

Maíra Canal (1):
      drm/etnaviv: Fix armed job not being pushed to the DRM scheduler

Myeonghun Pak (2):
      drm/qxl: Fix missing KMS poll cleanup
      drm/bochs: Drop manual put on probe error path

Osama Abdelkader (2):
      drm/sti: remove bridge when sti_hda component_add fails
      drm/exynos: remove bridge when component_add fails

Timur Tabi (1):
      Revert "drm/nouveau/gsp: add support for GA100"

 drivers/accel/ivpu/ivpu_drv.c                       | 21 +++++++++++++++++++++
 drivers/accel/qaic/qaic_ras.c                       |  4 ++--
 drivers/gpu/drm/bridge/tda998x_drv.c                |  4 ++--
 drivers/gpu/drm/drm_fb_helper.c                     |  2 +-
 drivers/gpu/drm/etnaviv/etnaviv_sched.c             | 16 +++++++++-------
 drivers/gpu/drm/exynos/exynos_drm_mic.c             |  8 +++-----
 drivers/gpu/drm/nouveau/nvkm/engine/device/base.c   | 11 +++++++++--
 drivers/gpu/drm/nouveau/nvkm/subdev/gsp/ga100.c     |  4 ++++
 drivers/gpu/drm/nouveau/nvkm/subdev/gsp/tu102.c     | 18 +++++-------------
 drivers/gpu/drm/panel/Kconfig                       |  1 +
 drivers/gpu/drm/panel/panel-boe-tv101wum-nl6.c      |  2 ++
 .../gpu/drm/panel/panel-feiyang-fy07024di26a30d.c   |  4 +---
 drivers/gpu/drm/panel/panel-himax-hx83102.c         |  2 ++
 drivers/gpu/drm/panel/panel-himax-hx83121a.c        |  4 ++--
 drivers/gpu/drm/qxl/qxl_drv.c                       |  6 ++++--
 drivers/gpu/drm/sti/sti_hda.c                       |  8 ++++----
 drivers/gpu/drm/tiny/bochs.c                        | 10 +++-------
 drivers/gpu/drm/ttm/ttm_pool.c                      | 18 ++++++++++++------
 18 files changed, 87 insertions(+), 56 deletions(-)

-- 
Thomas Zimmermann
Graphics Driver Developer
SUSE Software Solutions Germany GmbH
Frankenstr. 146, 90461 Nürnberg, Germany, www.suse.com
GF: Jochen Jaser, Andrew McDonald, Werner Knoblich, (HRB 36809, AG Nürnberg)

             reply	other threads:[~2026-05-07 11:52 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-05-07 11:52 Thomas Zimmermann [this message]
  -- strict thread matches above, loose matches on Subject: below --
2026-04-30  6:45 [PULL] drm-misc-fixes Thomas Zimmermann
2026-04-23  5:41 Maxime Ripard
2026-04-09  8:15 Maxime Ripard
2026-04-02  7:52 Maxime Ripard
2026-03-26  7:17 Maxime Ripard
2026-03-19  7:20 Maxime Ripard

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=20260507115213.GA206508@linux.fritz.box \
    --to=tzimmermann@suse.de \
    --cc=airlied@gmail.com \
    --cc=dim-tools@lists.freedesktop.org \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=intel-gfx@lists.freedesktop.org \
    --cc=intel-xe@lists.freedesktop.org \
    --cc=jani.nikula@linux.intel.com \
    --cc=joonas.lahtinen@linux.intel.com \
    --cc=maarten.lankhorst@linux.intel.com \
    --cc=matthew.brost@intel.com \
    --cc=mripard@kernel.org \
    --cc=ogabbay@kernel.org \
    --cc=rodrigo.vivi@intel.com \
    --cc=simona.vetter@ffwll.ch \
    --cc=thomas.hellstrom@linux.intel.com \
    --cc=tursulin@ursulin.net \
    /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