ttm_bo_move_accel_cleanup
r = ttm_bo_move_accel_cleanup(bo, fence, true, false, new_mem);
r = ttm_bo_move_accel_cleanup(bo, fence, evict, true, new_mem);
ret = ttm_bo_move_accel_cleanup(bo, migration_fence, evict,
int ttm_bo_move_accel_cleanup(struct ttm_buffer_object *bo,
r = ttm_bo_move_accel_cleanup(bo, &fence->base, evict, false, new_mem);
EXPORT_SYMBOL(ttm_bo_move_accel_cleanup);