Commit f350c74f authored by Andrzej Hajda's avatar Andrzej Hajda Committed by Andi Shyti
Browse files

drm/i915: use proper helper in igt_vma_move_to_active_unlocked

parent 41bb543f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -38,7 +38,7 @@ igt_vma_move_to_active_unlocked(struct i915_vma *vma, struct i915_request *rq,
	int err;

	i915_vma_lock(vma);
	err = _i915_vma_move_to_active(vma, rq, &rq->fence, flags);
	err = i915_vma_move_to_active(vma, rq, flags);
	i915_vma_unlock(vma);
	return err;
}