From: Boris Brezillon <boris.brezillon@collabora.com>
To: "Boris Brezillon" <boris.brezillon@collabora.com>,
"Steven Price" <steven.price@arm.com>,
"Liviu Dudau" <liviu.dudau@arm.com>,
"Adrián Larumbe" <adrian.larumbe@collabora.com>
Cc: Christopher Healy <healych@amazon.com>,
dri-devel@lists.freedesktop.org, kernel@collabora.com
Subject: Re: [PATCH v3 0/3] drm/panthor: Fix group state reporting
Date: Wed, 30 Oct 2024 16:41:35 +0100 [thread overview]
Message-ID: <20241030164135.7ee8029b@collabora.com> (raw)
In-Reply-To: <20241029152912.270346-1-boris.brezillon@collabora.com>
On Tue, 29 Oct 2024 16:29:09 +0100
Boris Brezillon <boris.brezillon@collabora.com> wrote:
> 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
First two patches are queued to drm-misc-fixes.
> drm/panthor: Report innocent group kill
I'll send a v4 of the third one and wait for a backmerge of Linus' tree
in drm-misc-next before applying.
>
> 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(-)
>
prev parent reply other threads:[~2024-10-30 15:41 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
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 ` Boris Brezillon [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20241030164135.7ee8029b@collabora.com \
--to=boris.brezillon@collabora.com \
--cc=adrian.larumbe@collabora.com \
--cc=dri-devel@lists.freedesktop.org \
--cc=healych@amazon.com \
--cc=kernel@collabora.com \
--cc=liviu.dudau@arm.com \
--cc=steven.price@arm.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.