Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/dev/drm2/ttm/
HDttm_bo.c562 mtx_lock(&bdev->fence_lock); in ttm_bo_cleanup_refs_or_queue()
565 mtx_unlock(&bdev->fence_lock); in ttm_bo_cleanup_refs_or_queue()
577 mtx_unlock(&bdev->fence_lock); in ttm_bo_cleanup_refs_or_queue()
618 mtx_lock(&bdev->fence_lock); in ttm_bo_cleanup_refs_and_unlock()
630 mtx_unlock(&bdev->fence_lock); in ttm_bo_cleanup_refs_and_unlock()
645 mtx_lock(&bdev->fence_lock); in ttm_bo_cleanup_refs_and_unlock()
647 mtx_unlock(&bdev->fence_lock); in ttm_bo_cleanup_refs_and_unlock()
667 mtx_unlock(&bdev->fence_lock); in ttm_bo_cleanup_refs_and_unlock()
813 mtx_lock(&bdev->fence_lock); in ttm_bo_evict()
815 mtx_unlock(&bdev->fence_lock); in ttm_bo_evict()
[all …]
HDttm_bo_util.c424 mtx_lock(&bdev->fence_lock); in ttm_buffer_object_transfer()
429 mtx_unlock(&bdev->fence_lock); in ttm_buffer_object_transfer()
610 mtx_lock(&bdev->fence_lock); in ttm_bo_move_accel_cleanup()
618 mtx_unlock(&bdev->fence_lock); in ttm_bo_move_accel_cleanup()
641 mtx_unlock(&bdev->fence_lock); in ttm_bo_move_accel_cleanup()
HDttm_execbuf_util.c222 mtx_lock(&bdev->fence_lock); in ttm_eu_fence_buffer_objects()
231 mtx_unlock(&bdev->fence_lock); in ttm_eu_fence_buffer_objects()
HDttm_bo_vm.c155 mtx_lock(&bdev->fence_lock); in ttm_bo_vm_fault()
174 mtx_unlock(&bdev->fence_lock); in ttm_bo_vm_fault()
180 mtx_unlock(&bdev->fence_lock); in ttm_bo_vm_fault()
HDttm_bo_driver.h541 struct mtx fence_lock; member
/freebsd-11-stable/sys/dev/drm2/radeon/
HDradeon_object.c626 mtx_lock(&bo->tbo.bdev->fence_lock); in radeon_bo_wait()
631 mtx_unlock(&bo->tbo.bdev->fence_lock); in radeon_bo_wait()
HDradeon_display.c384 mtx_lock(&rbo->tbo.bdev->fence_lock); in radeon_crtc_page_flip()
387 mtx_unlock(&rbo->tbo.bdev->fence_lock); in radeon_crtc_page_flip()