commit | b7d151ba4b295abdc9736eed3fb85cd475f2c883 | [log] [tgz] |
---|---|---|
author | Chris Wilson <chris@chris-wilson.co.uk> | Thu Aug 22 07:09:13 2019 +0100 |
committer | Chris Wilson <chris@chris-wilson.co.uk> | Thu Aug 22 08:53:41 2019 +0100 |
tree | 42d51616451f6b521cdf1801faa08fae141990ea | |
parent | e2ccc50a3a6c90cace6a9aef40072e558dd13863 [diff] |
drm/i915: Pull obj->userfault tracking under the ggtt->mutex Since we want to revoke the ggtt vma from only under the ggtt->mutex, we need to move protection of the userfault tracking from the struct_mutex to the ggtt->mutex. 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/20190822060914.2671-2-chris@chris-wilson.co.uk