提交 69a18c32 编写于 作者: F Francisco Jerez 提交者: Dave Airlie

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

Signed-off-by: NFrancisco Jerez <currojerez@riseup.net>
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册