All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/3] drm/panthor: Fix group state reporting
@ 2024-10-29 15:29 Boris Brezillon
  2024-10-29 15:29 ` [PATCH v3 1/3] drm/panthor: Fail job creation when the group is dead Boris Brezillon
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Boris Brezillon @ 2024-10-29 15:29 UTC (permalink / raw)
  To: Boris Brezillon, Steven Price, Liviu Dudau, Adrián Larumbe
  Cc: Christopher Healy, dri-devel, kernel

Hello,

What initially started as a simple fix to avoid queueing jobs to a group
that can't be scheduled has turned into a series of three patches
improving the group state reporting. Two of them are actual fixes, the
last one is an improvement to properly report innocence/guiltiness of
a group when a group becomes unusable. With this new
GROUP_STATE_INNOCENT, we can distinguish between
GL_INNOCENT_CONTEXT_RESET and GL_GUILT_CONTEXT_RESET (see this mesa
MR for more details [1]).

Regards,

Boris

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

Boris Brezillon (3):
  drm/panthor: Fail job creation when the group is dead
  drm/panthor: Report group as timedout when we fail to properly suspend
  drm/panthor: Report innocent group kill

 drivers/gpu/drm/panthor/panthor_drv.c   |  2 +-
 drivers/gpu/drm/panthor/panthor_sched.c | 38 ++++++++++++++++++++++---
 include/uapi/drm/panthor_drm.h          |  9 ++++++
 3 files changed, 44 insertions(+), 5 deletions(-)

-- 
2.46.2


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

end of thread, other threads:[~2024-10-30 15:41 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-29 15:29 [PATCH v3 0/3] drm/panthor: Fix group state reporting Boris Brezillon
2024-10-29 15:29 ` [PATCH v3 1/3] drm/panthor: Fail job creation when the group is dead Boris Brezillon
2024-10-29 15:29 ` [PATCH v3 2/3] drm/panthor: Report group as timedout when we fail to properly suspend Boris Brezillon
2024-10-29 15:29 ` [PATCH v3 3/3] drm/panthor: Report innocent group kill Boris Brezillon
2024-10-29 16:19   ` Boris Brezillon
2024-10-30 13:18     ` Steven Price
2024-10-30 13:53     ` Liviu Dudau
2024-10-30 15:41 ` [PATCH v3 0/3] drm/panthor: Fix group state reporting Boris Brezillon

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.