OSDN Git Service

drm/i915/execlists: Clear STOP_RING bit on reset
authorChris Wilson <chris@chris-wilson.co.uk>
Tue, 10 Sep 2019 08:02:08 +0000 (09:02 +0100)
committerChris Wilson <chris@chris-wilson.co.uk>
Tue, 10 Sep 2019 10:04:17 +0000 (11:04 +0100)
commitfa9a09f15065650d97e3b1336d11e4ad9672b759
treeca73d43fd3e60c089457c4786423546966ecce5c
parentfd521d3b0ed2eb8b8c67c701795ecb08b9c3f544
drm/i915/execlists: Clear STOP_RING bit on reset

During reset, we try to ensure no forward progress of the CS prior to
the reset by setting the STOP_RING bit in RING_MI_MODE. Since gen9, this
register is context saved and do we end up in the odd situation where we
save the STOP_RING bit and so try to stop the engine again immediately
upon resume. This is quite unexpected and causes us to complain about an
early CS completion event!

Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=111514
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Cc: Mika Kuoppala <mika.kuoppala@linux.intel.com>
Reviewed-by: Mika Kuoppala <mika.kuoppala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20190910080208.4223-1-chris@chris-wilson.co.uk
drivers/gpu/drm/i915/gt/intel_lrc.c
drivers/gpu/drm/i915/gt/intel_lrc_reg.h