Skip to content
Snippets Groups Projects
Commit 8117713d authored by Dave Airlie's avatar Dave Airlie
Browse files

drm/nouveau/ttm: memcpy waits for bo already

parent 12b68474
No related branches found
No related tags found
No related merge requests found
......@@ -1085,9 +1085,7 @@ 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);
ret = ttm_bo_move_memcpy(bo, ctx, new_reg);
out:
if (drm->client.device.info.family < NV_DEVICE_INFO_V0_TESLA) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment