commit | 338aade97c061da0403dbb00128d938782f30dbd | [log] [tgz] |
---|---|---|
author | Chris Wilson <chris@chris-wilson.co.uk> | Thu Aug 15 21:57:07 2019 +0100 |
committer | Chris Wilson <chris@chris-wilson.co.uk> | Thu Aug 15 23:21:13 2019 +0100 |
tree | 9344a0a61cfed38f5c174037bb9755d7bb3650c6 | |
parent | 531958f6f357cf7f812974152954484ff77d3964 [diff] |
drm/i915/gt: Convert timeline tracking to spinlock Convert the active_list manipulation of timelines to use spinlocks so that we can perform the updates from underneath a quick interrupt callback, if need be. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Reviewed-by: Matthew Auld <matthew.auld@intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20190815205709.24285-2-chris@chris-wilson.co.uk