Searched refs:ttm_bo_wait (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/sys/dev/drm2/ttm/
H A Dttm_bo_api.h316 * ttm_bo_wait - wait for buffer idle.
329 extern int ttm_bo_wait(struct ttm_buffer_object *bo, bool lazy,
H A Dttm_bo.c563 (void) ttm_bo_wait(bo, false, false, true);
619 ret = ttm_bo_wait(bo, false, false, true);
642 * remove sync_obj with ttm_bo_wait, the wait should be
646 ret = ttm_bo_wait(bo, false, false, true);
814 ret = ttm_bo_wait(bo, false, interruptible, no_wait_gpu);
1123 ret = ttm_bo_wait(bo, false, interruptible, no_wait_gpu);
1720 int ttm_bo_wait(struct ttm_buffer_object *bo, function
1787 ret = ttm_bo_wait(bo, false, true, no_wait);
1845 ret = ttm_bo_wait(bo, false, false, false);
H A Dttm_bo_vm.c159 * ttm_bo_wait). There must be some mechanism to resume
171 ret = ttm_bo_wait(bo, false, false, false);
H A Dttm_bo_util.c617 ret = ttm_bo_wait(bo, false, false, false);

Completed in 110 milliseconds