Commit 69a18c32 authored by Francisco Jerez's avatar Francisco Jerez Committed by Dave Airlie

drm/nouveau: No need to force evict=true when swapping evicted BOs back in.

Signed-off-by: default avatarFrancisco Jerez <currojerez@riseup.net>
parent c6af6053
......@@ -634,7 +634,7 @@ nouveau_bo_move_flips(struct ttm_buffer_object *bo, bool evict, bool intr,
if (ret)
goto out;
ret = nouveau_bo_move_m2mf(bo, true, intr, no_wait, new_mem);
ret = nouveau_bo_move_m2mf(bo, evict, intr, no_wait, new_mem);
if (ret)
goto out;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment