drm/i915/gt: Confirm the context survives execution
authorChris Wilson <chris@chris-wilson.co.uk>
Thu, 15 Oct 2020 19:08:16 +0000 (20:08 +0100)
committerChris Wilson <chris@chris-wilson.co.uk>
Fri, 16 Oct 2020 11:13:46 +0000 (12:13 +0100)
commit89db95377be4cc4b895c27e0b5300a410fc076a6
tree648e89f4a509d511957377798a5db69805ff1b0f
parent6971e07b6b0cf7dd74fb98d97011dbe4546dd2cf
drm/i915/gt: Confirm the context survives execution

Repeat our sanitychecks from before execution to after execution. One
expects that if we were to see these, the gpu would already be on fire,
but the timing may be informative.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Reviewed-by: Tvrtko Ursulin <tvrtko.ursulin@intel.com>
Reviewed-by: Mika Kuoppala <mika.kuoppala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20201015190816.31763-1-chris@chris-wilson.co.uk
drivers/gpu/drm/i915/gt/intel_engine_pm.c
drivers/gpu/drm/i915/gt/intel_lrc.c