public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Panfrost BO tagging and GEMS debug display
@ 2025-04-24  2:21 Adrián Larumbe
  2025-04-24  2:21 ` [PATCH 1/3] drm/panfrost: Add BO labelling to Panfrost Adrián Larumbe
                   ` (2 more replies)
  0 siblings, 3 replies; 14+ messages in thread
From: Adrián Larumbe @ 2025-04-24  2:21 UTC (permalink / raw)
  To: linux-kernel; +Cc: dri-devel, Boris Brezillon, kernel, Adrián Larumbe

This patch series is a Panfrost port of the already merged patches
previously discussed at [1].

The differences are minimal. However, Panfrost doesn't have Kernel-only BO's, so all the
functionality that dealt with them has been removed.

The under-discussion Mesa MR that would allow one to test these changes can be found at [2].

The way BO flags is printed is also slightly different.

[1] https://lore.kernel.org/dri-devel/20250418022710.74749-1-adrian.larumbe@collabora.com/
[2] https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/34224

Adrián Larumbe (3):
  drm/panfrost: Add BO labelling to Panfrost
  drm/panfrost: Add driver IOCTL for setting BO labels
  drm/panfrost: show device-wide list of DRM GEM objects over DebugFS

 drivers/gpu/drm/panfrost/panfrost_device.c |   4 +
 drivers/gpu/drm/panfrost/panfrost_device.h |  11 ++
 drivers/gpu/drm/panfrost/panfrost_drv.c    |  81 ++++++++++-
 drivers/gpu/drm/panfrost/panfrost_gem.c    | 156 +++++++++++++++++++++
 drivers/gpu/drm/panfrost/panfrost_gem.h    |  76 ++++++++++
 include/uapi/drm/panfrost_drm.h            |  20 +++
 6 files changed, 347 insertions(+), 1 deletion(-)


base-commit: a3707f53eb3f4f3e7a30d720be0885f813d649bb
--
2.48.1

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2025-10-07  8:23 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-04-24  2:21 [PATCH 0/3] Panfrost BO tagging and GEMS debug display Adrián Larumbe
2025-04-24  2:21 ` [PATCH 1/3] drm/panfrost: Add BO labelling to Panfrost Adrián Larumbe
2025-04-29 16:16   ` Boris Brezillon
2025-05-06  6:54   ` Boris Brezillon
2025-05-07 13:01     ` Adrián Larumbe
2025-05-07 14:25       ` Boris Brezillon
2025-05-07 13:18   ` Steven Price
2025-05-07 14:12     ` Adrián Larumbe
2025-04-24  2:21 ` [PATCH 2/3] drm/panfrost: Add driver IOCTL for setting BO labels Adrián Larumbe
2025-05-06  6:56   ` Boris Brezillon
2025-05-07 13:18   ` Steven Price
2025-04-24  2:21 ` [PATCH 3/3] drm/panfrost: show device-wide list of DRM GEM objects over DebugFS Adrián Larumbe
2025-05-06  7:04   ` Boris Brezillon
2025-05-07 14:09     ` Adrián Larumbe

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox