commit | 88cec4973de1d096282565779bbd9d5c6412a293 | [log] [tgz] |
---|---|---|
author | Chris Wilson <chris@chris-wilson.co.uk> | Wed Nov 20 17:08:58 2019 +0000 |
committer | Chris Wilson <chris@chris-wilson.co.uk> | Wed Nov 20 17:12:11 2019 +0000 |
tree | 8e8ee117a10ea0f7a5a52c0bf820a9b829c0af15 | |
parent | 5cba288466e9b229feb68295675246e7522fb5eb [diff] |
drm/i915/gt: Declare timeline.lock to be irq-free Now that we never allow the intel_wakeref callbacks to be invoked from interrupt context, we do not need the irqsafe spinlock for the timeline. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Reviewed-by: Tvrtko Ursulin <tvrtko.ursulin@intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20191120170858.3965380-1-chris@chris-wilson.co.uk