Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/dev/drm2/ttm/
Dttm_bo.c563 (void) ttm_bo_wait(bo, false, false, true); in ttm_bo_cleanup_refs_or_queue()
619 ret = ttm_bo_wait(bo, false, false, true); in ttm_bo_cleanup_refs_and_unlock()
646 ret = ttm_bo_wait(bo, false, false, true); in ttm_bo_cleanup_refs_and_unlock()
815 ret = ttm_bo_wait(bo, false, interruptible, no_wait_gpu); in ttm_bo_evict()
1124 ret = ttm_bo_wait(bo, false, interruptible, no_wait_gpu); in ttm_bo_move_buffer()
1721 int ttm_bo_wait(struct ttm_buffer_object *bo, in ttm_bo_wait() function
1788 ret = ttm_bo_wait(bo, false, true, no_wait); in ttm_bo_synccpu_write_grab()
1846 ret = ttm_bo_wait(bo, false, false, false); in ttm_bo_swapout()
Dttm_bo_api.h329 extern int ttm_bo_wait(struct ttm_buffer_object *bo, bool lazy,
Dttm_bo_vm.c176 ret = ttm_bo_wait(bo, false, false, false); in ttm_bo_vm_fault()
Dttm_bo_util.c616 ret = ttm_bo_wait(bo, false, false, false); in ttm_bo_move_accel_cleanup()
/freebsd-10-stable/sys/dev/drm2/radeon/
Dradeon_object.c630 r = ttm_bo_wait(&bo->tbo, true, true, no_wait); in radeon_bo_wait()