commit | 5e053450c1c3af316aef9a96dc88f52cd803d1ee | [log] [tgz] |
---|---|---|
author | Chris Wilson <chris@chris-wilson.co.uk> | Fri Oct 04 14:39:56 2019 +0100 |
committer | Chris Wilson <chris@chris-wilson.co.uk> | Fri Oct 04 15:39:01 2019 +0100 |
tree | 7932ab34b3ad8e13ec31652cb1f58e11a930cae4 | |
parent | b290a78b5c3d78c337b8d9856cc0671aea0c2ef3 [diff] |
drm/i915: Only track bound elements of the GTT The premise here is to simply avoiding having to acquire the vm->mutex inside vma create/destroy to update the vm->unbound_lists, to avoid some nasty lock recursions later. 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/20191004134015.13204-2-chris@chris-wilson.co.uk