Intel-GFX Archive mirror
 help / color / mirror / Atom feed
From: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
To: Daniel Vetter <daniel.vetter@ffwll.ch>, Dave Airlie <airlied@gmail.com>
Cc: dim-tools@lists.freedesktop.org, intel-xe@lists.freedesktop.org,
	intel-gfx@lists.freedesktop.org, dri-devel@lists.freedesktop.org,
	"Lucas De Marchi" <lucas.demarchi@intel.com>,
	"Oded Gabbay" <ogabbay@kernel.org>,
	"Thomas Hellström" <thomas.hellstrom@linux.intel.com>,
	"Maxime Ripard" <mripard@kernel.org>,
	"Maarten Lankhorst" <maarten.lankhorst@linux.intel.com>,
	"Thomas Zimmermann" <tzimmermann@suse.de>,
	"Rodrigo Vivi" <rodrigo.vivi@intel.com>,
	"Tvrtko Ursulin" <tursulin@ursulin.net>,
	"Joonas Lahtinen" <joonas.lahtinen@linux.intel.com>,
	"Jani Nikula" <jani.nikula@linux.intel.com>
Subject: [PULL] drm-misc-next-fixes
Date: Thu, 16 May 2024 17:00:52 +0200	[thread overview]
Message-ID: <54d2c8b9-8b04-45fc-b483-200ffac9d344@linux.intel.com> (raw)

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(-)

             reply	other threads:[~2024-05-16 15:00 UTC|newest]

Thread overview: 56+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-05-16 15:00 Maarten Lankhorst [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-06-06 22:12 [PULL] drm-misc-next-fixes Maarten Lankhorst
2024-05-23  4:41 Maarten Lankhorst
2024-05-08 10:36 Maarten Lankhorst
2024-03-21 16:19 Thomas Zimmermann
2024-03-14  8:28 Thomas Zimmermann
2024-03-07 12:46 Thomas Zimmermann
2024-02-29  8:53 Thomas Zimmermann
2024-01-19 12:13 Maxime Ripard
2024-01-11 10:11 Maxime Ripard
2024-01-04 14:45 Maxime Ripard
2023-12-21  8:36 Maxime Ripard
2019-11-20 20:49 Sean Paul
2019-11-13 21:10 Sean Paul
2019-11-06 20:27 Sean Paul
2019-09-23 16:09 Maxime Ripard
2019-09-18 14:09 Maxime Ripard
2019-09-06  7:05 Maxime Ripard
2019-07-18 15:14 Sean Paul
2019-07-12  8:33 Maarten Lankhorst
2019-06-27 13:03 Maarten Lankhorst
2019-05-15 20:17 Sean Paul
2019-05-08 20:51 Sean Paul
2019-05-01 19:09 Sean Paul
2019-04-24 21:06 Sean Paul
2019-03-13 19:21 Maxime Ripard
2019-03-06 10:54 Maxime Ripard
2019-01-02 17:26 Maarten Lankhorst
2018-10-31 20:19 Sean Paul
2018-10-17 20:07 Sean Paul
2018-10-10 20:39 Sean Paul
2018-08-22 19:38 Sean Paul
2018-08-02 11:17 Gustavo Padovan
2018-06-15  8:11 Maarten Lankhorst
2018-05-31  8:11 Maarten Lankhorst
2018-04-11 14:03 Sean Paul
2018-04-04 19:14 Sean Paul
2018-03-28 19:13 Sean Paul
2018-01-31 15:09 Gustavo Padovan
2018-01-18 17:09 Gustavo Padovan
2017-11-23 19:45 Daniel Vetter
2017-11-08 13:00 Daniel Vetter
2017-11-07 13:44 Daniel Vetter
2017-08-28 21:22 Sean Paul
2017-07-10 19:58 Sean Paul
2017-06-27 20:53 Sean Paul
2017-04-20 20:11 Sean Paul
2017-04-20 21:50 ` Daniel Vetter
2017-04-21 15:29   ` Sumit Semwal
2017-04-21 18:10   ` Sean Paul
2017-04-12 22:58 Sean Paul
2017-02-27 15:52 Daniel Vetter
2017-02-15 13:54 Jani Nikula
2017-02-16  9:39 ` Jani Nikula
2017-02-09  8:43 Daniel Vetter
2016-12-10 21:52 Daniel Vetter

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=54d2c8b9-8b04-45fc-b483-200ffac9d344@linux.intel.com \
    --to=maarten.lankhorst@linux.intel.com \
    --cc=airlied@gmail.com \
    --cc=daniel.vetter@ffwll.ch \
    --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=lucas.demarchi@intel.com \
    --cc=mripard@kernel.org \
    --cc=ogabbay@kernel.org \
    --cc=rodrigo.vivi@intel.com \
    --cc=thomas.hellstrom@linux.intel.com \
    --cc=tursulin@ursulin.net \
    --cc=tzimmermann@suse.de \
    /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;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).