Re: [PATCH] drm/panthor: Relax our expectations in panthor_sched_pre_reset()

2024-12-11 Thread Liviu Dudau
On Wed, Dec 11, 2024 at 08:46:11AM +0100, Boris Brezillon wrote: > Calling panthor_sched_suspend() doesn't guarantee that all groups > are in the idle lists. Only the ones that were currently scheduled > are handled in panthor_sched_suspend(), and that's fine, because > we stop all runnable groups

[PATCH] drm/panthor: Relax our expectations in panthor_sched_pre_reset()

2024-12-10 Thread Boris Brezillon
Calling panthor_sched_suspend() doesn't guarantee that all groups are in the idle lists. Only the ones that were currently scheduled are handled in panthor_sched_suspend(), and that's fine, because we stop all runnable groups in panthor_sched_pre_reset(), but let's stop complaining about it. Signe