drm/ttm: Remove unused parameter evict from ttm_bo_move_memcpy
Reviewed-by: Christian König <christian.koenig@amd.com> Signed-off-by: Michel Dänzer <michel.daenzer@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:

کامیت شده توسط
Alex Deucher

والد
4e2f0caa39
کامیت
4499f2acd5
@@ -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,
|
||||
|
مرجع در شماره جدید
Block a user