Searched refs:ttm_bo_wait (Results 1 – 5 of 5) sorted by relevance
| /freebsd-10-stable/sys/dev/drm2/ttm/ |
| D | ttm_bo.c | 563 (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()
|
| D | ttm_bo_api.h | 329 extern int ttm_bo_wait(struct ttm_buffer_object *bo, bool lazy,
|
| D | ttm_bo_vm.c | 176 ret = ttm_bo_wait(bo, false, false, false); in ttm_bo_vm_fault()
|
| D | ttm_bo_util.c | 616 ret = ttm_bo_wait(bo, false, false, false); in ttm_bo_move_accel_cleanup()
|
| /freebsd-10-stable/sys/dev/drm2/radeon/ |
| D | radeon_object.c | 630 r = ttm_bo_wait(&bo->tbo, true, true, no_wait); in radeon_bo_wait()
|