Home
last modified time | relevance | path

Searched refs:ttm_bo_move_memcpy (Results 1 – 9 of 9) sorted by relevance

/drivers/gpu/drm/ttm/
Dttm_bo_util.c323 int ttm_bo_move_memcpy(struct ttm_buffer_object *bo, in ttm_bo_move_memcpy() function
422 EXPORT_SYMBOL(ttm_bo_move_memcpy);
Dttm_bo.c338 ret = ttm_bo_move_memcpy(bo, evict, no_wait_gpu, mem); in ttm_bo_handle_move_mem()
/drivers/gpu/drm/ast/
Dast_ttm.c195 r = ttm_bo_move_memcpy(bo, evict, no_wait_gpu, new_mem); in ast_bo_move()
/drivers/gpu/drm/cirrus/
Dcirrus_ttm.c195 r = ttm_bo_move_memcpy(bo, evict, no_wait_gpu, new_mem); in cirrus_bo_move()
/drivers/gpu/drm/mgag200/
Dmgag200_ttm.c195 r = ttm_bo_move_memcpy(bo, evict, no_wait_gpu, new_mem); in mgag200_bo_move()
/drivers/gpu/drm/qxl/
Dqxl_ttm.c357 return ttm_bo_move_memcpy(bo, evict, no_wait_gpu, new_mem); in qxl_bo_move()
/drivers/gpu/drm/bochs/
Dbochs_mm.c173 return ttm_bo_move_memcpy(bo, evict, no_wait_gpu, new_mem); in bochs_bo_move()
/drivers/gpu/drm/radeon/
Dradeon_ttm.c415 r = ttm_bo_move_memcpy(bo, evict, no_wait_gpu, new_mem); in radeon_bo_move()
/drivers/gpu/drm/nouveau/
Dnouveau_bo.c1219 ret = ttm_bo_move_memcpy(bo, evict, no_wait_gpu, new_mem); in nouveau_bo_move()