]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
drm/i915: Check the ring is empty when declaring the engines are idle
authorChris Wilson <chris@chris-wilson.co.uk>
Tue, 30 May 2017 12:13:34 +0000 (13:13 +0100)
committerChris Wilson <chris@chris-wilson.co.uk>
Thu, 1 Jun 2017 13:22:16 +0000 (14:22 +0100)
commitaed2fc102ffaa9bd41e4cff140d3ec8482d13ff5
tree715b9530c51a80dce3c535a10b8328c26c23ec64
parent04f7b24eccdfae680a36e9825fe0d61dcd5ed528
drm/i915: Check the ring is empty when declaring the engines are idle

As another precaution when testing whether the CS engine is actually
idle, also inspect the ring's HEAD/TAIL registers, which should be equal
when there are no commands left to execute by the GPU.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Cc: Mika Kuoppala <mika.kuoppala@intel.com>
Link: http://patchwork.freedesktop.org/patch/msgid/20170530121334.17364-3-chris@chris-wilson.co.uk
Reviewed-by: Mika Kuoppala <mika.kuoppala@intel.com>
drivers/gpu/drm/i915/intel_engine_cs.c