drm/i915: Remove the dedicated hangcheck workqueue
authorChris Wilson <chris@chris-wilson.co.uk>
Fri, 1 Jul 2016 16:23:12 +0000 (17:23 +0100)
committerChris Wilson <chris@chris-wilson.co.uk>
Fri, 1 Jul 2016 19:42:29 +0000 (20:42 +0100)
commit7774002586703aac3952f332bdf14759865171ef
treec1f0e5255ddae03fb32a48d77318ed3c2913db7c
parent05535726d3004d8a4d1444f310ab27b251391a70
drm/i915: Remove the dedicated hangcheck workqueue

The queue only ever contains at most one item and has no special flags.
It is just a very simple wrapper around the system-wq - a complication
with no benefits.

v2: Use the system_long_wq as we may wish to capture the error state
after detecting the hang - which may take a bit of time.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Reviewed-by: Tvrtko Ursulin <tvrtko.ursulin@intel.com>
Link: http://patchwork.freedesktop.org/patch/msgid/1467390209-3576-3-git-send-email-chris@chris-wilson.co.uk
drivers/gpu/drm/i915/i915_drv.c
drivers/gpu/drm/i915/i915_drv.h
drivers/gpu/drm/i915/i915_irq.c