Home
last modified time | relevance | path

Searched refs:ttm_bo_wait (Results 1 – 10 of 10) sorted by relevance

/drivers/gpu/drm/ttm/
Dttm_bo_vm.c56 ret = ttm_bo_wait(bo, false, false, true); in ttm_bo_vm_fault_idle()
71 (void) ttm_bo_wait(bo, false, true, false); in ttm_bo_vm_fault_idle()
80 ret = ttm_bo_wait(bo, false, true, false); in ttm_bo_vm_fault_idle()
Dttm_bo.c437 if (!ttm_bo_wait(bo, false, false, true)) { in ttm_bo_cleanup_refs_or_queue()
490 ret = ttm_bo_wait(bo, false, false, true); in ttm_bo_cleanup_refs_and_unlock()
527 ret = ttm_bo_wait(bo, false, false, true); in ttm_bo_cleanup_refs_and_unlock()
667 ret = ttm_bo_wait(bo, false, interruptible, no_wait_gpu); in ttm_bo_evict()
980 ret = ttm_bo_wait(bo, false, interruptible, no_wait_gpu); in ttm_bo_move_buffer()
1535 int ttm_bo_wait(struct ttm_buffer_object *bo, in ttm_bo_wait() function
1581 EXPORT_SYMBOL(ttm_bo_wait);
1594 ret = ttm_bo_wait(bo, false, true, no_wait); in ttm_bo_synccpu_write_grab()
1650 ret = ttm_bo_wait(bo, false, false, false); in ttm_bo_swapout()
Dttm_bo_util.c647 ret = ttm_bo_wait(bo, false, false, false); in ttm_bo_move_accel_cleanup()
/drivers/gpu/drm/qxl/
Dqxl_object.h82 r = ttm_bo_wait(&bo->tbo, true, true, no_wait); in qxl_bo_wait()
Dqxl_cmd.c627 ret = ttm_bo_wait(&surf->tbo, true, true, !stall); in qxl_reap_surf()
/drivers/gpu/drm/nouveau/
Dnouveau_gem.c110 ttm_bo_wait(&nvbo->bo, true, false, false); in nouveau_gem_object_unmap()
627 ret = ttm_bo_wait(&nvbo->bo, true, false, false); in nouveau_gem_pushbuf_reloc_apply()
Dnouveau_bo.c1217 ret = ttm_bo_wait(bo, true, intr, no_wait_gpu); in nouveau_bo_move()
/drivers/gpu/drm/vmwgfx/
Dvmwgfx_buffer.c828 ttm_bo_wait(bo, false, false, false); in vmw_swap_notify()
Dvmwgfx_resource.c1494 (void) ttm_bo_wait(bo, false, false, false); in vmw_resource_move_notify()
/drivers/gpu/drm/radeon/
Dradeon_object.c804 r = ttm_bo_wait(&bo->tbo, true, true, no_wait); in radeon_bo_wait()