Hi Dave, Simona,

drm-misc-fixes for v6.19-rc1.

Kind regards,
~Maarten Lankhorst

drm-misc-fixes-2025-12-10:
drm-misc-fixes for v6.19-rc1:
- Fix stack usage warning in novatek-nt35560.
- Fix s/r, i2c issues in nouveau and update string handling.
- Ignore spurious PLL_UNLOCK bit in ti-sn65dsi83.
- Handle IS_ERR vs NULL in drm_plane_create_hotspot_properties().
- Fix devcoredump crash on reading evicted bo's.
- Fix bigendian handling in mgag200.
- Fix probe failure in tilcdc.
The following changes since commit eb76d0f5553575599561010f24c277cc5b31d003:

  drm, fbcon, vga_switcheroo: Avoid race condition in fbcon setup (2025-11-25 
09:08:32 +0100)

are available in the Git repository at:

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

for you to fetch changes up to 6cb31fba137d45e682ce455b8ea364f44d5d4f98:

  drm/mgag200: Fix big-endian support (2025-12-10 09:33:53 +0100)

----------------------------------------------------------------
drm-misc-fixes for v6.19-rc1:
- Fix stack usage warning in novatek-nt35560.
- Fix s/r, i2c issues in nouveau and update string handling.
- Ignore spurious PLL_UNLOCK bit in ti-sn65dsi83.
- Handle IS_ERR vs NULL in drm_plane_create_hotspot_properties().
- Fix devcoredump crash on reading evicted bo's.
- Fix bigendian handling in mgag200.
- Fix probe failure in tilcdc.

----------------------------------------------------------------
Arnd Bergmann (1):
      drm/panel: novatek-nt35560: avoid on-stack device structure

Dan Carpenter (1):
      drm/plane: Fix IS_ERR() vs NULL check in 
drm_plane_create_hotspot_properties()

Kory Maincent (TI.com) (1):
      drm/tilcdc: Fix removal actions in case of failed probe

Luca Ceresoli (1):
      drm/bridge: ti-sn65dsi83: ignore PLL_UNLOCK errors

Lyude Paul (1):
      drm/nouveau/gsp: Allocate fwsec-sb at boot

Madhur Kumar (2):
      drm/nouveau: refactor deprecated strcpy
      drm: nouveau: Replace sprintf() with sysfs_emit()

René Rebe (2):
      drm/nouveau: fix circular dep oops from vendored i2c encoder
      drm/mgag200: Fix big-endian support

Simon Richter (1):
      drm/ttm: Avoid NULL pointer deref for evicted BOs

 drivers/gpu/drm/bridge/ti-sn65dsi83.c              | 11 +++-
 drivers/gpu/drm/drm_plane.c                        |  8 +--
 drivers/gpu/drm/mgag200/mgag200_mode.c             | 25 +++++++++
 .../gpu/drm/nouveau/dispnv04/nouveau_i2c_encoder.c | 20 -------
 .../drm/nouveau/include/dispnv04/i2c/encoder_i2c.h | 19 ++++++-
 drivers/gpu/drm/nouveau/include/nvkm/subdev/gsp.h  |  4 ++
 drivers/gpu/drm/nouveau/nouveau_fence.c            |  6 +--
 drivers/gpu/drm/nouveau/nouveau_hwmon.c            |  4 +-
 drivers/gpu/drm/nouveau/nvkm/subdev/gsp/fwsec.c    | 61 +++++++++++++++-------
 drivers/gpu/drm/nouveau/nvkm/subdev/gsp/priv.h     |  3 ++
 .../gpu/drm/nouveau/nvkm/subdev/gsp/rm/r535/gsp.c  | 10 +++-
 drivers/gpu/drm/panel/panel-novatek-nt35560.c      |  8 +--
 drivers/gpu/drm/tilcdc/tilcdc_crtc.c               |  2 +-
 drivers/gpu/drm/tilcdc/tilcdc_drv.c                | 53 ++++++++++++-------
 drivers/gpu/drm/tilcdc/tilcdc_drv.h                |  2 +-
 drivers/gpu/drm/ttm/ttm_bo_vm.c                    |  6 +++
 16 files changed, 166 insertions(+), 76 deletions(-)

Reply via email to