]> www.infradead.org Git - linux.git/commit
drm/panthor: Report group as timedout when we fail to properly suspend
authorBoris Brezillon <boris.brezillon@collabora.com>
Tue, 29 Oct 2024 15:29:11 +0000 (16:29 +0100)
committerBoris Brezillon <boris.brezillon@collabora.com>
Wed, 30 Oct 2024 15:37:18 +0000 (16:37 +0100)
commit4700fd3e050da8302e60ebd4850d008250fa7204
tree708375005c73060283efa258a6685d2534ea88df
parent412a2a8fdd4eb89b263623c7a59b77dbfcf8f215
drm/panthor: Report group as timedout when we fail to properly suspend

If we don't do that, the group is considered usable by userspace, but
all further GROUP_SUBMIT will fail with -EINVAL.

Changes in v3:
- Add R-bs

Changes in v2:
- New patch

Fixes: de8548813824 ("drm/panthor: Add the scheduler logical block")
Signed-off-by: Boris Brezillon <boris.brezillon@collabora.com>
Reviewed-by: Steven Price <steven.price@arm.com>
Reviewed-by: Liviu Dudau <liviu.dudau@arm.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20241029152912.270346-3-boris.brezillon@collabora.com
drivers/gpu/drm/panthor/panthor_sched.c