Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/gpu/drm/ttm/
Dttm_bo.c501 (void) ttm_bo_wait(bo, false, false, true); in ttm_bo_cleanup_refs_or_queue()
569 ret = ttm_bo_wait(bo, false, interruptible, no_wait_gpu); in ttm_bo_cleanup_refs()
734 ret = ttm_bo_wait(bo, false, interruptible, no_wait_gpu); in ttm_bo_evict()
1072 ret = ttm_bo_wait(bo, false, interruptible, no_wait_gpu); in ttm_bo_move_buffer()
1711 int ttm_bo_wait(struct ttm_buffer_object *bo, in ttm_bo_wait() function
1767 EXPORT_SYMBOL(ttm_bo_wait);
1782 ret = ttm_bo_wait(bo, false, true, no_wait); in ttm_bo_synccpu_write_grab()
1857 ret = ttm_bo_wait(bo, false, false, false); in ttm_bo_swapout()
Dttm_bo_vm.c127 ret = ttm_bo_wait(bo, false, true, false); in ttm_bo_vm_fault()
Dttm_bo_util.c637 ret = ttm_bo_wait(bo, false, false, false); in ttm_bo_move_accel_cleanup()
/linux-3.4.99/include/drm/ttm/
Dttm_bo_api.h331 extern int ttm_bo_wait(struct ttm_buffer_object *bo, bool lazy,
/linux-3.4.99/drivers/gpu/drm/nouveau/
Dnouveau_gem.c610 ret = ttm_bo_wait(&nvbo->bo, false, false, false); in nouveau_gem_pushbuf_reloc_apply()
840 ret = ttm_bo_wait(&nvbo->bo, true, true, no_wait); in nouveau_gem_ioctl_cpu_prep()
Dnouveau_bo.c1199 ttm_bo_wait(&nvbo->bo, false, false, false); in nouveau_bo_vma_del()
/linux-3.4.99/drivers/gpu/drm/radeon/
Dradeon_object.c624 r = ttm_bo_wait(&bo->tbo, true, true, no_wait); in radeon_bo_wait()
/linux-3.4.99/drivers/gpu/drm/vmwgfx/
Dvmwgfx_drv.c259 ret = ttm_bo_wait(bo, false, false, false); in vmw_dummy_query_bo_prepare()