OSDN Git Service

drm/i915/execlists: Simply walk back along request timeline on reset
authorChris Wilson <chris@chris-wilson.co.uk>
Mon, 28 Oct 2019 12:41:25 +0000 (12:41 +0000)
committerChris Wilson <chris@chris-wilson.co.uk>
Mon, 28 Oct 2019 16:09:44 +0000 (16:09 +0000)
commita7f328fc789817a6a0e5c46411956810d5ee00ca
treed4dd16084feff492b5238dbdb46e40254b748370
parent13670f4ce9169ddc6793e243635f8400e74bbbf7
drm/i915/execlists: Simply walk back along request timeline on reset

The request's timeline will only contain requests from this context, in
order of execution. Therefore, we can simply look back along this
timeline to find the currently executing request.

If we do find that the current context has completed its last request,
that does not imply that all requests are completed in the context, so
only advance the ring->head up to the end of the known completions!

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Reviewed-by: Joonas Lahtinen <joonas.lahtinen@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20191028124125.25176-1-chris@chris-wilson.co.uk
drivers/gpu/drm/i915/gt/intel_lrc.c