mbox series

[PULL] drm-misc-fixes

Message ID 20241114142256.GA86810@2a02-2454-fd5e-fd00-4ce-489-4b34-bd1a.dyn6.pyur.net (mailing list archive)
State New
Headers show
Series [PULL] drm-misc-fixes | expand

Pull-request

https://gitlab.freedesktop.org/drm/misc/kernel.git tags/drm-misc-fixes-2024-11-14

Message

Thomas Zimmermann Nov. 14, 2024, 2:22 p.m. UTC
Hi Dave, Sima,

here's the drm-misc-fixes PR for this week.

Best regards
Thomas

drm-misc-fixes-2024-11-14:
Short summary of fixes pull:

bridge:
- tc358768: Fix DSI command tx

nouveau:
- Fix GSP AUX error handling
- dp: Handle retires for AUX CH transfers with GSP
- fw: Sync DMA after setup

panthor:
- Fix partial BO mappings to GPU

rockchip:
- vop: Avoid null-ptr deref in plane-state check

vmwgfx:
- Avoid null-ptr deref in surface creation
The following changes since commit 2d5404caa8c7bb5c4e0435f94b28834ae5456623:

  Linux 6.12-rc7 (2024-11-10 14:19:35 -0800)

are available in the Git repository at:

  https://gitlab.freedesktop.org/drm/misc/kernel.git tags/drm-misc-fixes-2024-11-14

for you to fetch changes up to 32c4514455b2b8fde506f8c0962f15c7e4c26f1d:

  drm/bridge: tc358768: Fix DSI command tx (2024-11-14 11:29:42 +0100)

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

bridge:
- tc358768: Fix DSI command tx

nouveau:
- Fix GSP AUX error handling
- dp: Handle retires for AUX CH transfers with GSP
- fw: Sync DMA after setup

panthor:
- Fix partial BO mappings to GPU

rockchip:
- vop: Avoid null-ptr deref in plane-state check

vmwgfx:
- Avoid null-ptr deref in surface creation

----------------------------------------------------------------
Akash Goel (1):
      drm/panthor: Fix handling of partial GPU mapping of BOs

Andy Yan (1):
      drm/rockchip: vop: Fix a dereferenced before check warning

Chen Ridong (1):
      drm/vmwgfx: avoid null_ptr_deref in vmw_framebuffer_surface_create_handle

Dave Airlie (3):
      nouveau: fw: sync dma after setup is called.
      nouveau: handle EBUSY and EAGAIN for GSP aux errors.
      nouveau/dp: handle retries for AUX CH transfers with GSP.

Francesco Dolcini (1):
      drm/bridge: tc358768: Fix DSI command tx

Thomas Zimmermann (1):
      Merge drm/drm-fixes into drm-misc-fixes

 drivers/gpu/drm/bridge/tc358768.c               | 21 ++++++++-
 drivers/gpu/drm/nouveau/nvkm/engine/disp/r535.c | 61 +++++++++++++++----------
 drivers/gpu/drm/nouveau/nvkm/falcon/fw.c        | 11 +++--
 drivers/gpu/drm/nouveau/nvkm/subdev/gsp/r535.c  |  6 +--
 drivers/gpu/drm/panthor/panthor_mmu.c           |  2 +
 drivers/gpu/drm/rockchip/rockchip_drm_vop.c     |  8 ++--
 drivers/gpu/drm/vmwgfx/vmwgfx_kms.c             |  2 +
 7 files changed, 72 insertions(+), 39 deletions(-)