Commit 8117713d authored by Dave Airlie's avatar Dave Airlie
Browse files

drm/nouveau/ttm: memcpy waits for bo already

parent 12b68474
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -1085,8 +1085,6 @@ nouveau_bo_move(struct ttm_buffer_object *bo, bool evict,
	}

	/* Fallback to software copy. */
	ret = ttm_bo_wait_ctx(bo, ctx);
	if (ret == 0)
	ret = ttm_bo_move_memcpy(bo, ctx, new_reg);

out: