Commit c29d6797 authored by Christian König's avatar Christian König
Browse files

drm/etnaviv: stop getting the excl fence separately here

parent 23c50968
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -189,7 +189,7 @@ static int submit_fence_sync(struct etnaviv_gem_submit *submit)
			continue;

		if (bo->flags & ETNA_SUBMIT_BO_WRITE) {
			ret = dma_resv_get_fences(robj, &bo->excl,
			ret = dma_resv_get_fences(robj, NULL,
						  &bo->nr_shared,
						  &bo->shared);
			if (ret)