Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/ttm/
A Dttm_bo.c649 if (!busy_bo || !ticket) in ttm_mem_evict_wait_busy()
653 r = dma_resv_lock_interruptible(busy_bo->base.resv, in ttm_mem_evict_wait_busy()
656 r = dma_resv_lock(busy_bo->base.resv, ticket); in ttm_mem_evict_wait_busy()
664 dma_resv_unlock(busy_bo->base.resv); in ttm_mem_evict_wait_busy()
675 struct ttm_buffer_object *bo = NULL, *busy_bo = NULL; in ttm_mem_evict_first() local
687 if (busy && !busy_bo && ticket != in ttm_mem_evict_first()
689 busy_bo = bo; in ttm_mem_evict_first()
709 if (busy_bo && !ttm_bo_get_unless_zero(busy_bo)) in ttm_mem_evict_first()
710 busy_bo = NULL; in ttm_mem_evict_first()
713 if (busy_bo) in ttm_mem_evict_first()
[all …]

Completed in 4 milliseconds