Hi Dave, Sima,

Last drm-misc-next pull-request, with last minute changes for tegra, nouveau 
and host1x.

Kind regards,
~Maarten Lankhorst

drm-misc-next-2026-05-28:
drm-misc-next for v7.2-rc1:

UAPI Changes:
- amdxdna: Revert read-only user-pointer BO mappings.
- panthor: Add eviction and reclaim info to fdinfo.

Cross-subsystem Changes:
- Convert DMA-buf system and cma heap allocators to module.

Core Changes:
- Cleanup driver misuses of drm/exec.

Driver Changes:
- Add LG LP129WT232166, AM-1280800W8TZQW-T00H, NEC NL6448BC33-70C,
  Riverdi RVT70HSLNWCA0 and RVT101HVLNWC00 panels.
- Add support for RZ/T2H SoC to renesas.
- Add cursor plane support to verisilicon.
- Support DVI outputs in ite-it66121 bridge.
- Assorted bugfixes, docbook updates and improvements to ivpu, tegra,
  host1x, nouveau.
- Add DSC quirk for ASUS DC301 USB-C dock.
- Use drm client buffer for tegra framebuffer.
- Add support for GA100 to nouveau.

The following changes since commit bed29492d413349e5b13f21936655064cdb63c91:

  Merge v7.1-rc5 into drm-next (2026-05-28 09:58:36 +0200)

are available in the Git repository at:

  https://gitlab.freedesktop.org/drm/misc/kernel.git 
tags/drm-misc-next-2026-05-28

for you to fetch changes up to 61de054a772a1feda6364931ab1baf9038abf1c8:

  drm/nouveau/gsp: formally support GA100 (2026-05-28 19:30:15 +0200)

----------------------------------------------------------------
drm-misc-next for v7.2-rc1:

UAPI Changes:
- amdxdna: Revert read-only user-pointer BO mappings.
- panthor: Add eviction and reclaim info to fdinfo.

Cross-subsystem Changes:
- Convert DMA-buf system and cma heap allocators to module.

Core Changes:
- Cleanup driver misuses of drm/exec.

Driver Changes:
- Add LG LP129WT232166, AM-1280800W8TZQW-T00H, NEC NL6448BC33-70C,
  Riverdi RVT70HSLNWCA0 and RVT101HVLNWC00 panels.
- Add support for RZ/T2H SoC to renesas.
- Add cursor plane support to verisilicon.
- Support DVI outputs in ite-it66121 bridge.
- Assorted bugfixes, docbook updates and improvements to ivpu, tegra,
  host1x, nouveau.
- Add DSC quirk for ASUS DC301 USB-C dock.
- Use drm client buffer for tegra framebuffer.
- Add support for GA100 to nouveau.

----------------------------------------------------------------
Aaron Kling (1):
      drm/tegra: Enable cmu for Tegra186 and Tegra194

Andrzej Kacprowski (1):
      accel/ivpu: Remove disable_d0i3_msg workaround

Artur Kowalski (1):
      gpu: host1x: trace: fix string fields in host1x traces

Ben Dooks (1):
      gpu: host1x: Fix missing 'host1x_context_device_bus_type'

Dario Binacchi (2):
      dt-bindings: display: simple: Add AM-1280800W8TZQW-T00H
      drm/panel: simple: Add AM-1280800W8TZQW-T00H

Dongyang Jin (1):
      drm/panel: fix kernel-doc warning for devm_drm_panel_add()

Felix Gu (2):
      gpu: host1x: mipi: Fix device_node reference leak in tegra_mipi_request()
      drm/tegra: dc: Fix device node reference leak in tegra_dc_has_output()

Guangshuo Li (1):
      gpu: host1x: Fix device reference leak in host1x_device_parse_dt() error 
path

Hongling Zeng (5):
      nouveau/gsp: cleanup IS_ERR_OR_NULL in rm_alloc functions
      nouveau/gsp: cleanup IS_ERR_OR_NULL in rpc_rd
      nouveau/gsp/rm: cleanup IS_ERR_OR_NULL in core implementation
      nouveau/gsp/rm: cleanup WARN_ON(IS_ERR_OR_NULL)
      nouveau/gsp/rm: cleanup remaining IS_ERR_OR_NULL usage

Icenowy Zheng (3):
      drm: verisilicon: add max cursor size to HWDB
      drm: verisilicon: add support for cursor planes
      drm: verisilicon: fix build failure of cursor plane code

Imre Deak (1):
      drm/dp: Add DSC virtual DPCD quirk for Realtek MST branch device

Ion Agorria (1):
      drm/tegra: gr2d/gr3d: Contain PM in the gr*d_probe/gr*d_remove

Jacob McLemore (1):
      drm/tegra: sor: Remove usage of drm_simple_encoder_init()

Javier Martinez Canillas (3):
      drm/bridge: ite-it66121: Switch to the HDMI connector helpers
      drm/bridge: ite-it66121: Move .mode_set logic to .atomic_enable
      drm/bridge: ite-it66121: Select HDMI or DVI mode based on sink type

Jérôme de Bretagne (1):
      drm/panel-edp: Add LG LP129WT232166 panel

Karol Wachowski (1):
      accel/ivpu: Document why full JSM message size is always used

Lad Prabhakar (4):
      dt-bindings: display: renesas,rzg2l-du: Add RZ/T2H and RZ/N2H support
      drm: renesas: rz-du: Make DU reset control optional for RZ/T2H support
      drm: renesas: rz-du: Move mode_valid logic to per-SoC clock limits
      drm: renesas: rz-du: Add support for RZ/T2H SoC

Lizhi Hou (1):
      Revert "accel/amdxdna: Support read-only user-pointer BO mappings"

Maxime Ripard (4):
      dma-buf: heaps: Export mem_accounting parameter
      dma-buf: heaps: cma: Turn the heap into a module
      dma-buf: heaps: system: Turn the heap into a module
      arm64: defconfig: Enable dma-buf heaps

Mikko Perttunen (3):
      gpu: host1x: Allow entries in BO caches to be freed
      gpu: host1x: Fix iommu_map_sgtable() return value check
      drm/tegra: Fix iommu_map_sgtable() return value check

Nicolas Frattaroli (2):
      drm/panthor: Implement evicted status for GEM objects
      drm/panthor: Reduce padding in gems debugfs for refcount

Randy Dunlap (2):
      drm/tegra: dp: fix kernel-doc warnings in dp.h
      drm/tegra: tegra_drm.h: fix all uapi kernel-doc warnings

Souradipto Das (1):
      drm/tegra: hdmi: Open-code drm_simple_encoder_init()

Steffen Trumtrar (2):
      dt-bindings: display: simple: Add NEC NL6448BC33-70C panel
      drm/panel: simple: add NEC NL6448BC33-70C

Svyatoslav Ryhel (1):
      drm/tegra: gr2d/gr3d: Initialize address register map before HOST1X 
client is registered

Tanmay Patil (2):
      gpu: host1x: Skip redundant syncpoint loads in host1x_syncpt_wait()
      gpu: host1x: Skip redundant HW state update

Thomas Hellström (4):
      drm/exec: Remove the index parameter from 
drm_exec_for_each_locked_obj[_reverse]
      drm/exec: Make the drm_exec_until_all_locked() macro more readable
      drm/exec, drm/xe: Avoid abusing the drm_exec retry pointer
      drm/exec, drm/xe, drm/amdgpu: Add an accessor for struct drm_exec::ticket

Thomas Zimmermann (6):
      Merge drm/drm-next into drm-misc-next
      drm/tegra: fbdev: Do not assign to struct drm_fb_helper.info
      drm/tegra: fbdev: Remove offset into framebuffer memory
      drm/tegra: fbdev: Calculate buffer geometry with format helpers
      drm/tegra: fbdev: Use a DRM client buffer
      drm/tegra: Make tegra_fb_alloc() an internal interface

Thorsten Blum (2):
      drm/tegra: dp: use str_plural in drm_dp_link_train_{full,fast}
      drm/tegra: sor: use str_plural in tegra_sor_dp_link_configure

Timur Tabi (9):
      drm/nouveau/gsp: add SEC2 to GA100 chip table
      drm/nouveau/gsp: use fb.bios.addr for gspFwWprEnd instead of 
vga_workspace.addr
      drm/nouveau/gsp: read MMU_LOCK to fix WPR placement on GA100
      drm/nouveau: only boot FRTS if its region is allocated
      drm/nouveau: GA100 has an FRTS region size of zero
      drm/nouveau/bios: specify correct display fuse register for Ampere and Ada
      drm/nouveau/bios: skip the IFR header if present
      drm/nouveau/gsp: require GSP-RM for GA100 support
      drm/nouveau/gsp: formally support GA100

Tommaso Merciai (1):
      dt-bindings: display: renesas,rzg2l-du: Refuse port@1 for RZ/G2UL

Vitor Soares (1):
      dt-bindings: display: panel-lvds: Add Riverdi RVT70HSLNWCA0 and 
RVT101HVLNWC00

shayderrr (1):
      host1x: bus: Fix missing ops null check in error teardown

 .../bindings/display/panel/panel-lvds.yaml         |   4 +
 .../bindings/display/panel/panel-simple.yaml       |   4 +
 .../bindings/display/renesas,rzg2l-du.yaml         |  21 +-
 arch/arm64/configs/defconfig                       |   3 +
 drivers/accel/amdxdna/amdxdna_ubuf.c               |  29 +-
 drivers/accel/ivpu/ivpu_drv.h                      |   3 -
 drivers/accel/ivpu/ivpu_fw.c                       |  23 +-
 drivers/accel/ivpu/ivpu_ipc.c                      |   6 +-
 drivers/accel/ivpu/ivpu_jsm_msg.c                  |   3 -
 drivers/accel/ivpu/vpu_boot_api.h                  |   6 +-
 drivers/dma-buf/dma-heap.c                         |   1 +
 drivers/dma-buf/heaps/Kconfig                      |   4 +-
 drivers/dma-buf/heaps/cma_heap.c                   |   3 +
 drivers/dma-buf/heaps/system_heap.c                |   5 +
 drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gpuvm.c   |   4 +-
 drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c             |  15 +-
 drivers/gpu/drm/amd/amdgpu/amdgpu_eviction_fence.c |   3 +-
 drivers/gpu/drm/bridge/Kconfig                     |   2 +
 drivers/gpu/drm/bridge/ite-it66121.c               | 310 +++++++++++++++------
 drivers/gpu/drm/display/drm_dp_helper.c            |   2 +
 drivers/gpu/drm/drm_exec.c                         |   9 +-
 drivers/gpu/drm/drm_gpuvm.c                        |   3 +-
 drivers/gpu/drm/drm_panel.c                        |   1 +
 drivers/gpu/drm/nouveau/include/nvkm/subdev/gsp.h  |   8 +-
 drivers/gpu/drm/nouveau/nvkm/engine/device/base.c  |  10 +-
 .../gpu/drm/nouveau/nvkm/subdev/bios/shadowramin.c |   3 +-
 .../gpu/drm/nouveau/nvkm/subdev/bios/shadowrom.c   | 110 +++++++-
 drivers/gpu/drm/nouveau/nvkm/subdev/gsp/ga100.c    |   1 -
 .../drm/nouveau/nvkm/subdev/gsp/rm/r535/alloc.c    |   4 +-
 .../gpu/drm/nouveau/nvkm/subdev/gsp/rm/r535/bar.c  |   2 +-
 .../gpu/drm/nouveau/nvkm/subdev/gsp/rm/r535/ctrl.c |   2 +-
 .../gpu/drm/nouveau/nvkm/subdev/gsp/rm/r535/rpc.c  |  10 +-
 drivers/gpu/drm/nouveau/nvkm/subdev/gsp/tu102.c    |  69 ++++-
 drivers/gpu/drm/panel/panel-edp.c                  |   1 +
 drivers/gpu/drm/panel/panel-simple.c               |  57 ++++
 drivers/gpu/drm/panthor/panthor_gem.c              |  16 +-
 drivers/gpu/drm/panthor/panthor_gem.h              |  10 +
 drivers/gpu/drm/renesas/rz-du/rzg2l_du_crtc.c      |   9 +-
 drivers/gpu/drm/renesas/rz-du/rzg2l_du_drv.c       |  20 +-
 drivers/gpu/drm/renesas/rz-du/rzg2l_du_drv.h       |  14 +
 drivers/gpu/drm/renesas/rz-du/rzg2l_du_encoder.c   |   9 +-
 drivers/gpu/drm/tegra/dc.c                         | 120 +++++++-
 drivers/gpu/drm/tegra/dc.h                         |  13 +
 drivers/gpu/drm/tegra/dp.c                         |   6 +-
 drivers/gpu/drm/tegra/dp.h                         |  12 +-
 drivers/gpu/drm/tegra/drm.h                        |   5 -
 drivers/gpu/drm/tegra/fb.c                         |   1 +
 drivers/gpu/drm/tegra/fbdev.c                      |  88 +++---
 drivers/gpu/drm/tegra/gem.c                        |  22 +-
 drivers/gpu/drm/tegra/gr2d.c                       |  19 +-
 drivers/gpu/drm/tegra/gr3d.c                       |  19 +-
 drivers/gpu/drm/tegra/hdmi.c                       |  10 +-
 drivers/gpu/drm/tegra/sor.c                        |  37 ++-
 drivers/gpu/drm/tegra/submit.c                     |   3 +-
 drivers/gpu/drm/verisilicon/Makefile               |   3 +-
 drivers/gpu/drm/verisilicon/vs_crtc.c              |  11 +-
 drivers/gpu/drm/verisilicon/vs_cursor_plane.c      | 272 ++++++++++++++++++
 drivers/gpu/drm/verisilicon/vs_cursor_plane_regs.h |  44 +++
 drivers/gpu/drm/verisilicon/vs_hwdb.c              |   4 +
 drivers/gpu/drm/verisilicon/vs_hwdb.h              |   5 +
 drivers/gpu/drm/verisilicon/vs_plane.h             |   1 +
 drivers/gpu/drm/xe/xe_validation.c                 |   4 +-
 drivers/gpu/drm/xe/xe_validation.h                 |   2 +-
 drivers/gpu/drm/xe/xe_vm.c                         |   3 +-
 drivers/gpu/host1x/bus.c                           |  66 ++++-
 drivers/gpu/host1x/context.c                       |   1 +
 drivers/gpu/host1x/context.h                       |   3 +-
 drivers/gpu/host1x/context_bus.c                   |   1 +
 drivers/gpu/host1x/intr.c                          |   8 +-
 drivers/gpu/host1x/job.c                           |  10 +-
 drivers/gpu/host1x/mipi.c                          |   6 +-
 drivers/gpu/host1x/syncpt.c                        |  23 +-
 include/drm/drm_exec.h                             |  71 +++--
 include/linux/host1x.h                             |   7 +
 include/trace/events/host1x.h                      |  50 ++--
 include/uapi/drm/tegra_drm.h                       |  16 ++
 76 files changed, 1393 insertions(+), 392 deletions(-)
 create mode 100644 drivers/gpu/drm/verisilicon/vs_cursor_plane.c
 create mode 100644 drivers/gpu/drm/verisilicon/vs_cursor_plane_regs.h

Reply via email to