[Intel-gfx] [PATCH] drm/i915/gt: Clear the execlists timers before restarting
Chris Wilson
chris at chris-wilson.co.uk
Thu Dec 3 07:46:30 UTC 2020
Quoting Chris Wilson (2020-12-03 00:57:31)
> Across a reset, we stop the engine but not the timers. This leaves a
> window where the timers have inconsistent state with the engine, causing
> false timeslicing/preemption decisions to be made immediately upon
> resume.
>
> Signed-off-by: Chris Wilson <chris at chris-wilson.co.uk>
> ---
> This fits the trace of a failure across reset, and has a certain ring of
> truth to it, but the preempt timer should have been cleared with the
> first submission after the reset (and before the first submission should
> not be an issue). I fear there's something else lurking here with the
> timer vs reset.
>
> For reference, the issue is the immediate reset following the first,
> both due to preeempt timeout, but there was not a submission during the
> reset to prime the preempt timer:
>
> [ 27.184920] kworker/-121 3.... 27095209us : execlists_reset: 0000:00:02.0 bcs0: reset for preemption time out
> [ 27.184962] kworker/-121 3d..1 27095309us : active_context: 0000:00:02.0 bcs0: ccid found at active:0
> [ 27.185005] kworker/-121 3d..1 27095312us : execlists_hold: 0000:00:02.0 bcs0: fence 1c:45, current 44 on hold
> [ 27.185048] kworker/-121 3d..1 27095313us : execlists_hold: 0000:00:02.0 bcs0: fence 1c:46, current 44 on hold
> [ 27.185091] kworker/-121 3d..1 27095314us : execlists_hold: 0000:00:02.0 bcs0: fence 1c:47, current 44 on hold
> [ 27.185135] kworker/-121 3.... 27095316us : intel_engine_reset: 0000:00:02.0 bcs0: flags=8
> [ 27.185178] kworker/-121 3.... 27095345us : execlists_reset_prepare: 0000:00:02.0 bcs0: depth<-1
> [ 27.185218] kworker/-121 3.... 27095346us : intel_engine_stop_cs: 0000:00:02.0 bcs0:
> [ 27.185259] kworker/-121 3.... 27096347us : intel_engine_stop_cs: 0000:00:02.0 bcs0: timed out on STOP_RING -> IDLE
> [ 27.185304] kworker/-121 3.... 27096367us : __intel_gt_reset: 0000:00:02.0 engine_mask=2
> [ 27.185345] kworker/-121 3.... 27097297us : intel_engine_cancel_stop_cs: 0000:00:02.0 bcs0:
I see what happened here that quietly slipped by.
The reset failed. And since we didn't reset the engine, the inflight
tracking stays intact, hence why we do immediately attempt the reset
again.
We don't have the immediate fallback to a device reset here as we are in
the atomic engine-reset path.
Tricky.
> [ 27.185388] kworker/-121 3.... 27097299us : execlists_reset_finish: 0000:00:02.0 bcs0: depth->1
> [ 27.185440] kworker/-121 3d..2 27097348us : __i915_schedule: 0000:00:02.0 bcs0: bumping queue-priority-hint:1025 for rq:13:20, inflight:1c:47 prio 0
> [ 27.185485] kworker/-121 3..s1 27097350us : execlists_reset: 0000:00:02.0 bcs0: reset for preemption time out
> [ 27.185528] kworker/-121 3d.s2 27097454us : active_context: 0000:00:02.0 bcs0: ccid found at active:0
More information about the Intel-gfx
mailing list