OSDN Git Service

drm/i915/execlists: Ensure the context is reloaded after a GPU reset
authorChris Wilson <chris@chris-wilson.co.uk>
Thu, 12 Sep 2019 09:29:33 +0000 (10:29 +0100)
committerChris Wilson <chris@chris-wilson.co.uk>
Thu, 12 Sep 2019 11:59:46 +0000 (12:59 +0100)
commita17592effdc16f3a51ef9c1dda30fe5c6d668263
tree6895b37f8f43b0fc62755bee52ff9159dfc30feb
parent582a6f90aa0d9103ab834b3a48a5bb7e4d07cac6
drm/i915/execlists: Ensure the context is reloaded after a GPU reset

After we manipulate the context to allow replay after a GPU reset, force
that context to be reloaded. This should be a layer of paranoia, for if
the GPU was reset, the context will no longer be resident!

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Cc: Mika Kuoppala <mika.kuoppala@linux.intel.com>
Acked-by: Mika Kuoppala <mika.kuoppala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20190912092933.4729-2-chris@chris-wilson.co.uk
drivers/gpu/drm/i915/gt/intel_lrc.c