drm/i915/selftests: Drop manual request wakerefs around hangcheck
authorChris Wilson <chris@chris-wilson.co.uk>
Wed, 26 Jun 2019 13:44:32 +0000 (14:44 +0100)
committerChris Wilson <chris@chris-wilson.co.uk>
Wed, 26 Jun 2019 15:03:13 +0000 (16:03 +0100)
commit1e5deb2632654c16cd4d2b69cbc24626d9463361
treeb6439e1dcb74bbdf686147ff8b4dc5f14f2cc13d
parentd8474795665462dc7888711ae4b8888a4496eda8
drm/i915/selftests: Drop manual request wakerefs around hangcheck

We no longer need to manually acquire a wakeref for request emission, so
drop the redundant wakerefs, letting us test our wakeref handling more
precisely.

References: 79ffac8599c4 ("drm/i915: Invert the GEM wakeref hierarchy")
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Reviewed-by: Mika Kuoppala <mika.kuoppala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20190626134433.6318-2-chris@chris-wilson.co.uk
drivers/gpu/drm/i915/gt/selftest_hangcheck.c
drivers/gpu/drm/i915/gt/selftest_reset.c