drivers/gpu/drm/openchrome/via_ttm.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit a860004292cbd6ebad6d4058de99f9a577cc5de2
Author: Kevin Brace <kevinbr...@gmx.com>
Date:   Fri Aug 4 16:41:30 2017 -0700

    Remove no_gpu_wait param from ttm_bo_move_accel_cleanup
    
    Commit 74561cd4f128091f41ab698277cde2542dcc5cad made this change,
    so our side needs to change as well.
    
    Signed-off-by: Kevin Brace <kevinbr...@gmx.com>

diff --git a/drivers/gpu/drm/openchrome/via_ttm.c 
b/drivers/gpu/drm/openchrome/via_ttm.c
index a86db448b52c..9ddba1ce51be 100644
--- a/drivers/gpu/drm/openchrome/via_ttm.c
+++ b/drivers/gpu/drm/openchrome/via_ttm.c
@@ -362,7 +362,7 @@ via_move_blit(struct ttm_buffer_object *bo, bool evict, 
bool no_wait_gpu,
        fence = via_fence_create_and_emit(dev_priv->dma_fences, vsg, 0);
        if (unlikely(IS_ERR(fence)))
                return PTR_ERR(fence);
-       return ttm_bo_move_accel_cleanup(bo, (void *)fence, evict, no_wait_gpu, 
new_mem);
+       return ttm_bo_move_accel_cleanup(bo, (void *)fence, evict, new_mem);
 }
 
 static int
_______________________________________________
Openchrome-devel mailing list
Openchrome-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/openchrome-devel

Reply via email to