dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] drm/v3d: Expose global and per-context GPU reset counters
@ 2025-07-11 15:18 Maíra Canal
  2025-07-11 15:18 ` [PATCH 1/2] drm/v3d: Add parameter to retrieve the global number of GPU resets Maíra Canal
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Maíra Canal @ 2025-07-11 15:18 UTC (permalink / raw)
  To: Juan A. Suarez, Iago Toral Quiroga, Melissa Wen
  Cc: kernel-dev, dri-devel, Maíra Canal

The GL extension KHR_robustness requires a mechanism for a GL application
to learn about graphics resets that affect a GL context. With the goal
to provide support for such extension in Mesa, this series implements
global and per-context GPU reset counters that user-space can retrieve
using the DRM_IOCTL_V3D_GET_PARAM ioctl.

The corresponding user-space implementation for this series is available at [1].

[1] https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/35965

Best Regards,
- Maíra

---
Maíra Canal (2):
      drm/v3d: Add parameter to retrieve the global number of GPU resets
      drm/v3d: Add parameter to retrieve the number of GPU resets per-fd

 drivers/gpu/drm/v3d/v3d_drv.c   | 11 +++++++++++
 drivers/gpu/drm/v3d/v3d_drv.h   | 11 +++++++++++
 drivers/gpu/drm/v3d/v3d_sched.c |  5 +++++
 include/uapi/drm/v3d_drm.h      |  2 ++
 4 files changed, 29 insertions(+)
---
base-commit: 917b10d90990fd2138b5dbc2d22cfa428c070ade
change-id: 20250708-v3d-reset-counter-ab231c87bd35


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

end of thread, other threads:[~2025-07-17 14:32 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-11 15:18 [PATCH 0/2] drm/v3d: Expose global and per-context GPU reset counters Maíra Canal
2025-07-11 15:18 ` [PATCH 1/2] drm/v3d: Add parameter to retrieve the global number of GPU resets Maíra Canal
2025-07-11 15:18 ` [PATCH 2/2] drm/v3d: Add parameter to retrieve the number of GPU resets per-fd Maíra Canal
2025-07-14  6:53 ` [PATCH 0/2] drm/v3d: Expose global and per-context GPU reset counters Iago Toral
2025-07-17 14:31 ` Maíra Canal

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 NNTP newsgroup(s).