commit | 70d6894d1456de95a3b8b3c80f6d0714fc04fcec | [log] [tgz] |
---|---|---|
author | Chris Wilson <chris@chris-wilson.co.uk> | Mon Aug 19 12:20:33 2019 +0100 |
committer | Chris Wilson <chris@chris-wilson.co.uk> | Mon Aug 19 15:25:56 2019 +0100 |
tree | 41e67b84a29a119afbaac733cf4431ef28de1695 | |
parent | a1e37b0259e77b1db2ff2636059cd513971ca7fa [diff] |
drm/i915: Serialize against vma moves Make sure that when submitting requests, we always serialize against potential vma moves and clflushes. Time for a i915_request_await_vma() interface! Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Cc: Matthew Auld <matthew.auld@intel.com> Reviewed-by: Matthew Auld <matthew.auld@intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20190819112033.30638-1-chris@chris-wilson.co.uk