commit | e5dadff4b09376e8ed92ecc0c12f1b9b3b1fbd19 | [log] [tgz] |
---|---|---|
author | Chris Wilson <chris@chris-wilson.co.uk> | Thu Aug 15 21:57:09 2019 +0100 |
committer | Chris Wilson <chris@chris-wilson.co.uk> | Thu Aug 15 23:21:13 2019 +0100 |
tree | bb2098ef60623b470e47149960684ad9e8f7a73b | |
parent | ccb23d2dcc300d3fa176de654610ea82f635915d [diff] |
drm/i915: Protect request retirement with timeline->mutex Forgo the struct_mutex requirement for request retirement as we have been transitioning over to only using the timeline->mutex for controlling the lifetime of a request on that timeline. 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-4-chris@chris-wilson.co.uk