Searched refs:ttm_bo_wait (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/dev/drm2/ttm/ |
H A D | ttm_bo.c | 561 (void) ttm_bo_wait(bo, false, false, true); in ttm_bo_cleanup_refs_or_queue() 617 ret = ttm_bo_wait(bo, false, false, true); in ttm_bo_cleanup_refs_and_unlock() 644 ret = ttm_bo_wait(bo, false, false, true); in ttm_bo_cleanup_refs_and_unlock() 812 ret = ttm_bo_wait(bo, false, interruptible, no_wait_gpu); in ttm_bo_evict() 1121 ret = ttm_bo_wait(bo, false, interruptible, no_wait_gpu); in ttm_bo_move_buffer() 1717 int ttm_bo_wait(struct ttm_buffer_object *bo, in ttm_bo_wait() function 1784 ret = ttm_bo_wait(bo, false, true, no_wait); in ttm_bo_synccpu_write_grab() 1842 ret = ttm_bo_wait(bo, false, false, false); in ttm_bo_swapout()
|
H A D | ttm_bo_api.h | 328 extern int ttm_bo_wait(struct ttm_buffer_object *bo, bool lazy,
|
H A D | ttm_bo_vm.c | 169 ret = ttm_bo_wait(bo, false, false, false); in ttm_bo_vm_fault()
|
H A D | ttm_bo_util.c | 615 ret = ttm_bo_wait(bo, false, false, false); in ttm_bo_move_accel_cleanup()
|