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. Discussion of previous version in the series can be found at [3] Changelog: v2: - Introduced u64_to_user_ptr() for casting user pointers - Refined documentation for uAPI bo labelling struct fields - Moved panfrost device debugfs struct fields into a single debugfs struct - Add BO to debugfs GEMs list right before creating its handle to avoid unnecessary initialised field. [1] https://lore.kernel.org/dri-devel/20250418022710.74749-1-adrian.laru...@collabora.com/ [2] https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/34224 [3] https://lore.kernel.org/dri-devel/20250424022138.709303-1-adrian.laru...@collabora.com/T/#t 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 | 5 + drivers/gpu/drm/panfrost/panfrost_device.h | 15 ++ drivers/gpu/drm/panfrost/panfrost_drv.c | 79 ++++++++++- drivers/gpu/drm/panfrost/panfrost_gem.c | 154 +++++++++++++++++++++ drivers/gpu/drm/panfrost/panfrost_gem.h | 65 +++++++++ include/uapi/drm/panfrost_drm.h | 21 +++ 6 files changed, 338 insertions(+), 1 deletion(-) base-commit: 9ff4fdf4f44b69237c0afc1d3a8dac916ce66f3e -- 2.48.1