Home
last modified time | relevance | path

Searched refs:ttm_bo_move_ttm (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/drivers/gpu/drm/ttm/
Dttm_bo_util.c47 int ttm_bo_move_ttm(struct ttm_buffer_object *bo, in ttm_bo_move_ttm() function
78 EXPORT_SYMBOL(ttm_bo_move_ttm);
Dttm_bo.c333 ret = ttm_bo_move_ttm(bo, evict, no_wait_gpu, mem); in ttm_bo_handle_move_mem()
/linux-4.4.14/include/drm/ttm/
Dttm_bo_driver.h964 extern int ttm_bo_move_ttm(struct ttm_buffer_object *bo,
/linux-4.4.14/drivers/gpu/drm/amd/amdgpu/
Damdgpu_ttm.c319 r = ttm_bo_move_ttm(bo, true, no_wait_gpu, new_mem); in amdgpu_move_vram_ram()
352 r = ttm_bo_move_ttm(bo, true, no_wait_gpu, &tmp_mem); in amdgpu_move_ram_vram()
/linux-4.4.14/drivers/gpu/drm/radeon/
Dradeon_ttm.c350 r = ttm_bo_move_ttm(bo, true, no_wait_gpu, new_mem); in radeon_move_vram_ram()
383 r = ttm_bo_move_ttm(bo, true, no_wait_gpu, &tmp_mem); in radeon_move_ram_vram()
/linux-4.4.14/drivers/gpu/drm/nouveau/
Dnouveau_bo.c1185 ret = ttm_bo_move_ttm(bo, true, no_wait_gpu, new_mem); in nouveau_bo_move_flipd()
1213 ret = ttm_bo_move_ttm(bo, true, no_wait_gpu, &tmp_mem); in nouveau_bo_move_flips()