mbox series

[PULL] drm-misc-next-fixes

Message ID 54d2c8b9-8b04-45fc-b483-200ffac9d344@linux.intel.com (mailing list archive)
State New, archived
Headers show
Series [PULL] drm-misc-next-fixes | expand

Pull-request

https://gitlab.freedesktop.org/drm/misc/kernel.git tags/drm-misc-next-fixes-2024-05-16

Message

Maarten Lankhorst May 16, 2024, 3 p.m. UTC
drm-misc-next-fixes-2024-05-16:
drm-misc-next-fixes for v6.10-rc1:
- VM_BIND fix for nouveau.
- Lots of panthor fixes:
   * Fixes for panthor's heap logical block.
   * Reset on unrecoverable fault
   * Fix VM references.
   * Reset fix.
- xlnx compile and doc fixes.
The following changes since commit be3f3042391d061cfca2bd22630e0d101acea5fc:

   drm: zynqmp_dpsub: Always register bridge (2024-05-02 23:40:56 +0200)

are available in the Git repository at:

   https://gitlab.freedesktop.org/drm/misc/kernel.git 
tags/drm-misc-next-fixes-2024-05-16

for you to fetch changes up to 959314c438caf1b62d787f02d54a193efda38880:

   drm/nouveau: use tile_mode and pte_kind for VM_BIND bo allocations 
(2024-05-13 22:27:33 +0200)

----------------------------------------------------------------
drm-misc-next-fixes for v6.10-rc1:
- VM_BIND fix for nouveau.
- Lots of panthor fixes:
   * Fixes for panthor's heap logical block.
   * Reset on unrecoverable fault
   * Fix VM references.
   * Reset fix.
- xlnx compile and doc fixes.

----------------------------------------------------------------
Anatoliy Klymenko (2):
       drm: xlnx: zynqmp_dpsub: Fix few function comments
       drm: xlnx: zynqmp_dpsub: Fix compilation error

Antonino Maniscalco (1):
       drm/panthor: Fix tiler OOM handling to allow incremental rendering

Boris Brezillon (8):
       drm/panthor: Make sure the tiler initial/max chunks are consistent
       drm/panthor: Relax the constraints on the tiler chunk size
       drm/panthor: Fix an off-by-one in the heap context retrieval logic
       drm/panthor: Document drm_panthor_tiler_heap_destroy::handle 
validity constraints
       drm/panthor: Force an immediate reset on unrecoverable faults
       drm/panthor: Keep a ref to the VM at the panthor_kernel_bo level
       drm/panthor: Reset the FW VM to NULL on unplug
       drm/panthor: Call panthor_sched_post_reset() even if the reset failed

Mohamed Ahmed (1):
       drm/nouveau: use tile_mode and pte_kind for VM_BIND bo allocations

  drivers/gpu/drm/nouveau/nouveau_abi16.c  |  3 ++
  drivers/gpu/drm/nouveau/nouveau_bo.c     | 44 
+++++++++++++----------------
  drivers/gpu/drm/panthor/panthor_device.c |  8 ++----
  drivers/gpu/drm/panthor/panthor_device.h |  1 +
  drivers/gpu/drm/panthor/panthor_fw.c     |  5 ++--
  drivers/gpu/drm/panthor/panthor_gem.c    |  8 ++++--
  drivers/gpu/drm/panthor/panthor_gem.h    |  8 ++++--
  drivers/gpu/drm/panthor/panthor_heap.c   | 36 ++++++++++++++----------
  drivers/gpu/drm/panthor/panthor_sched.c  | 48 
+++++++++++++++++++++++---------
  drivers/gpu/drm/panthor/panthor_sched.h  |  2 +-
  drivers/gpu/drm/xlnx/zynqmp_disp.c       |  6 ++--
  include/uapi/drm/nouveau_drm.h           |  7 +++++
  include/uapi/drm/panthor_drm.h           | 20 ++++++++++---
  13 files changed, 123 insertions(+), 73 deletions(-)