Re: [PATCH v3 3/3] drm/sched: Protect entity->last_scheduled with spinlock

From: Philipp Stanner

Date: Wed Sep 16 2026 - 09:01:57 EST


On Fri, 2026-09-11 at 09:17 +0100, Tvrtko Ursulin wrote:
> Also, to repeat what I said before, I benchmarked this a bit under
> extreme circumstances (4x non vsynced vkgears) and did not find a
> regression in fps.

Does that mean you give this an official Tested-by: …
?

>
> Here you can compact with the idiomatic:
>
>   prev = dma_fence_get(entity->last_scheduled);

Good idea, will do.

Thx,
P.