Re: [PATCH] drm/panthor: Fail job creation when the group is dead

2024-10-25 Thread Liviu Dudau
On Fri, Oct 25, 2024 at 03:21:05PM +0200, Boris Brezillon wrote: > Userspace can use GROUP_SUBMIT errors as a trigger to check the group > state and recreate the group if it became unusable. Make sure we > report an error when the group became unusable. > > Fixes: de8548813824 ("drm/panthor: Add t

[PATCH] drm/panthor: Fail job creation when the group is dead

2024-10-25 Thread Boris Brezillon
Userspace can use GROUP_SUBMIT errors as a trigger to check the group state and recreate the group if it became unusable. Make sure we report an error when the group became unusable. Fixes: de8548813824 ("drm/panthor: Add the scheduler logical block") Signed-off-by: Boris Brezillon --- drivers/g

Re: [PATCH] drm/panthor: Fail job creation when the group is dead

2024-10-25 Thread Steven Price
On 25/10/2024 14:21, Boris Brezillon wrote: > Userspace can use GROUP_SUBMIT errors as a trigger to check the group > state and recreate the group if it became unusable. Make sure we > report an error when the group became unusable. > > Fixes: de8548813824 ("drm/panthor: Add the scheduler logical