commit | 9f7886d07f36f9be23c9bcc526b7f9dae65db8c5 | [log] [tgz] |
---|---|---|
author | Tvrtko Ursulin <tvrtko.ursulin@intel.com> | Tue Mar 21 10:55:11 2017 +0000 |
committer | Tvrtko Ursulin <tvrtko.ursulin@intel.com> | Tue Mar 21 15:04:55 2017 +0000 |
tree | 79c08a20d69705afd966ac99d69d8a65f7f6f1d6 | |
parent | fe085f13c7901203445fd2ab26c0f499313b8258 [diff] |
drm/i915: Spinlocks in tasklets can use spin_(un)lock_irq The tasklets callbacks are only called from tasklet context so it is safe do to this. Signed-off-by: Tvrtko Ursulin <tvrtko.ursulin@intel.com> Cc: Chris Wilson <chris@chris-wilson.co.uk> Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk> Link: http://patchwork.freedesktop.org/patch/msgid/20170321105511.18269-1-tvrtko.ursulin@linux.intel.com