Merge remote-tracking branch 'iommu/next'
[deliverable/linux.git] / drivers / gpu / drm / qxl / qxl_ttm.c
index d50c9679e631a8e8fc226c382cdb9f88fee64fc9..6a22de045cb5bf5296b844d06060f5d2c0fed625 100644 (file)
@@ -361,8 +361,8 @@ static int qxl_bo_move(struct ttm_buffer_object *bo,
                qxl_move_null(bo, new_mem);
                return 0;
        }
-       return ttm_bo_move_memcpy(bo, evict, interruptible,
-                                 no_wait_gpu, new_mem);
+       return ttm_bo_move_memcpy(bo, interruptible, no_wait_gpu,
+                                 new_mem);
 }
 
 static void qxl_bo_move_notify(struct ttm_buffer_object *bo,
This page took 0.023816 seconds and 5 git commands to generate.