Home
last modified time | relevance | path

Searched refs:ttm_bo_move_accel_cleanup (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.15/include/drm/ttm/
Dttm_bo_driver.h269 int ttm_bo_move_accel_cleanup(struct ttm_buffer_object *bo,
286 int ret = ttm_bo_move_accel_cleanup(bo, NULL, true, false, new_mem); in ttm_bo_move_sync_cleanup()
/Linux-v5.15/drivers/gpu/drm/ttm/
Dttm_bo_util.c545 int ttm_bo_move_accel_cleanup(struct ttm_buffer_object *bo, in ttm_bo_move_accel_cleanup() function
571 EXPORT_SYMBOL(ttm_bo_move_accel_cleanup);
/Linux-v5.15/drivers/gpu/drm/radeon/
Dradeon_ttm.c189 r = ttm_bo_move_accel_cleanup(bo, &fence->base, evict, false, new_mem); in radeon_move_blit()
/Linux-v5.15/drivers/gpu/drm/amd/amdgpu/
Damdgpu_ttm.c416 r = ttm_bo_move_accel_cleanup(bo, fence, true, false, new_mem); in amdgpu_move_blit()
418 r = ttm_bo_move_accel_cleanup(bo, fence, evict, true, new_mem); in amdgpu_move_blit()
/Linux-v5.15/drivers/gpu/drm/nouveau/
Dnouveau_bo.c823 ret = ttm_bo_move_accel_cleanup(bo, in nouveau_bo_move_m2mf()