]> asedeno.scripts.mit.edu Git - linux.git/commit
drm/i915: Check execlist/ring status during hangcheck
authorChris Wilson <chris@chris-wilson.co.uk>
Fri, 21 Jul 2017 12:32:23 +0000 (13:32 +0100)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Thu, 27 Jul 2017 07:38:45 +0000 (09:38 +0200)
commit5cce5e31a7295a3365813bafd59bae7fa049f6c0
tree358032eab4200be02b446aed99f2608e5b6717aa
parentcdb6ded42f735396197906de04316d9b0e10c987
drm/i915: Check execlist/ring status during hangcheck

Before we declare an engine as idle, check if there are any pending
execlist context-switches and if the ring itself reports as idle.
Otherwise, we may be left in a situation where we miss a crucial
execlist event (or something more sinister) yet the requests complete.
Since the seqno write happens, we believe the engine to be truly idle.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Reviewed-by: Michel Thierry <michel.thierry@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20170721123238.16428-5-chris@chris-wilson.co.uk
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/intel_hangcheck.c