All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/3] drm/panthor: Fix group state reporting
@ 2024-10-28 11:48 Boris Brezillon
  2024-10-28 11:48 ` [PATCH v2 1/3] drm/panthor: Fail job creation when the group is dead Boris Brezillon
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Boris Brezillon @ 2024-10-28 11:48 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 | 36 ++++++++++++++++++++++---
 include/uapi/drm/panthor_drm.h          |  9 +++++++
 3 files changed, 42 insertions(+), 5 deletions(-)

-- 
2.46.2


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

end of thread, other threads:[~2024-10-29 14:11 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-28 11:48 [PATCH v2 0/3] drm/panthor: Fix group state reporting Boris Brezillon
2024-10-28 11:48 ` [PATCH v2 1/3] drm/panthor: Fail job creation when the group is dead Boris Brezillon
2024-10-28 11:48 ` [PATCH v2 2/3] drm/panthor: Report group as timedout when we fail to properly suspend Boris Brezillon
2024-10-28 15:31   ` Steven Price
2024-10-29 14:11   ` Liviu Dudau
2024-10-28 11:48 ` [PATCH v2 3/3] drm/panthor: Report innocent group kill Boris Brezillon
2024-10-28 15:31   ` Steven Price
2024-10-28 15:38     ` 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.