aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/gpu/drm/i915/i915_gem_execbuffer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/i915/i915_gem_execbuffer.c b/drivers/gpu/drm/i915/i915_gem_execbuffer.c
index 9f1057c4cf1c..3d74f3a27c13 100644
--- a/drivers/gpu/drm/i915/i915_gem_execbuffer.c
+++ b/drivers/gpu/drm/i915/i915_gem_execbuffer.c
@@ -1346,7 +1346,7 @@ eb_relocate_entry(struct i915_execbuffer *eb,
1346 * patching using the GPU (though that should be serialised by the 1346 * patching using the GPU (though that should be serialised by the
1347 * timeline). To be completely sure, and since we are required to 1347 * timeline). To be completely sure, and since we are required to
1348 * do relocations we are already stalling, disable the user's opt 1348 * do relocations we are already stalling, disable the user's opt
1349 * of our synchronisation. 1349 * out of our synchronisation.
1350 */ 1350 */
1351 *vma->exec_flags &= ~EXEC_OBJECT_ASYNC; 1351 *vma->exec_flags &= ~EXEC_OBJECT_ASYNC;
1352 1352