drm/i915: Make queueing the hangcheck work inline
authorChris Wilson <chris@chris-wilson.co.uk>
Fri, 1 Jul 2016 16:23:13 +0000 (17:23 +0100)
committerChris Wilson <chris@chris-wilson.co.uk>
Fri, 1 Jul 2016 19:42:30 +0000 (20:42 +0100)
commit26a02b8fc35ff2c393505bccd9f046e8d50c1708
treecf4aee43f5075fa4839de33525e18b1d597eea6f
parent7774002586703aac3952f332bdf14759865171ef
drm/i915: Make queueing the hangcheck work inline

Since the function is a small wrapper around schedule_delayed_work(),
move it inline to remove the function call overhead for the principle
caller.

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-4-git-send-email-chris@chris-wilson.co.uk
drivers/gpu/drm/i915/i915_drv.h
drivers/gpu/drm/i915/i915_irq.c