drm/i915/gt: Call stop_ring() from ring resume, again
authorChris Wilson <chris@chris-wilson.co.uk>
Thu, 21 Jan 2021 15:49:50 +0000 (15:49 +0000)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Wed, 24 Mar 2021 18:30:34 +0000 (19:30 +0100)
commit536f77b1caa0c50b90b762cc79cf01c447fbd785
tree0fc391e242eb2d15b847cfb0c73878a55d45d963
parenteb5c10cbbc2fc6c743108a3a94c3edfde4059002
drm/i915/gt: Call stop_ring() from ring resume, again

For reasons I cannot explain, except to say this is Sandybridge after
all, call stop_ring() again dring ring resume in order to prevent
mysterious hard hangs.

Testcase: igt/i915_selftest/hangcheck # snb
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/20210121154950.19898-3-chris@chris-wilson.co.uk
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/gt/intel_ring_submission.c