Re: [PATCH] drm/panthor: Reset queue slots if termination fails

2025-05-15 Thread kernel test robot
: 9934ab18051118385c7ea44d8e14175edbe6dc9c patch link: https://lore.kernel.org/r/20250515103314.1682471-1-ashley.smith%40collabora.com patch subject: [PATCH] drm/panthor: Reset queue slots if termination fails config: sparc-randconfig-002-20250516 (https://download.01.org/0day-ci/archive/20250516/202505161417

Re: [PATCH] drm/panthor: Reset queue slots if termination fails

2025-05-15 Thread Steven Price
On 15/05/2025 11:33, Ashley Smith wrote: > This fixes a bug where if we timeout after a suspend and the termination > fails, due to waiting on a fence that will never be signalled for > example, we do not resume the group correctly. The fix forces a reset > for groups that are not terminated correc

Re: [PATCH] drm/panthor: Reset queue slots if termination fails

2025-05-15 Thread Boris Brezillon
On Thu, 15 May 2025 11:33:05 +0100 Ashley Smith wrote: > This fixes a bug where if we timeout after a suspend and the termination > fails, due to waiting on a fence that will never be signalled for > example, we do not resume the group correctly. The fix forces a reset > for groups that are not t

[PATCH] drm/panthor: Reset queue slots if termination fails

2025-05-15 Thread Ashley Smith
This fixes a bug where if we timeout after a suspend and the termination fails, due to waiting on a fence that will never be signalled for example, we do not resume the group correctly. The fix forces a reset for groups that are not terminated correctly. Signed-off-by: Ashley Smith --- drivers/g