commit | cd9ba7b6e479ee5f71070f0c095f185e7cdc2eac | [log] [tgz] |
---|---|---|
author | Chris Wilson <chris@chris-wilson.co.uk> | Fri Oct 11 20:36:20 2019 +0100 |
committer | Chris Wilson <chris@chris-wilson.co.uk> | Fri Oct 11 22:42:31 2019 +0100 |
tree | 8479bf77f0897fd9f66808b815c20cee575298a2 | |
parent | 54895010a893cdbf0aaf34fbd7719d750b557eb2 [diff] |
drm/i915/selftests: Serialise write to scratch with its vma binding Add the missing serialisation on the request for a write into a vma to wait until that vma is bound before being executed by the GPU. 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/20191011193620.14026-1-chris@chris-wilson.co.uk