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

From: Tvrtko Ursulin

Date: Thu Sep 17 2026 - 03:23:09 EST



On 16/09/2026 13:54, Philipp Stanner wrote:
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: …
?

Not sure if it was the same version I tested back then so best I re-test it quickly once you post the rebase. I was actually planning to review it once sashiko is happy and Christian at least acks it, which he now did.

Regards,

Tvrtko

Here you can compact with the idiomatic:

  prev = dma_fence_get(entity->last_scheduled);

Good idea, will do.

Thx,
P.