]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit4610ca3323d40ae144f2e6fb25278b2c731b4cc7
treeb6439e1dcb74bbdf686147ff8b4dc5f14f2cc13d
parentcf9aa86c9e2e2a9f490045b72b5be2e1fb6be354
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: 14ab88e3a048 ("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