commit | 26a02b8fc35ff2c393505bccd9f046e8d50c1708 | [log] [tgz] |
---|---|---|
author | Chris Wilson <chris@chris-wilson.co.uk> | Fri Jul 01 17:23:13 2016 +0100 |
committer | Chris Wilson <chris@chris-wilson.co.uk> | Fri Jul 01 20:42:30 2016 +0100 |
tree | cf4aee43f5075fa4839de33525e18b1d597eea6f | |
parent | 7774002586703aac3952f332bdf14759865171ef [diff] |
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