Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/dev/drm2/ttm/
Dttm_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()
814 mtx_lock(&bdev->fence_lock); in ttm_bo_evict()
816 mtx_unlock(&bdev->fence_lock); in ttm_bo_evict()
[all …]
Dttm_bo_util.c424 mtx_lock(&bdev->fence_lock); in ttm_buffer_object_transfer()
429 mtx_unlock(&bdev->fence_lock); in ttm_buffer_object_transfer()
609 mtx_lock(&bdev->fence_lock); in ttm_bo_move_accel_cleanup()
617 mtx_unlock(&bdev->fence_lock); in ttm_bo_move_accel_cleanup()
640 mtx_unlock(&bdev->fence_lock); in ttm_bo_move_accel_cleanup()
Dttm_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()
Dttm_bo_vm.c158 mtx_lock(&bdev->fence_lock); in ttm_bo_vm_fault()
177 mtx_unlock(&bdev->fence_lock); in ttm_bo_vm_fault()
183 mtx_unlock(&bdev->fence_lock); in ttm_bo_vm_fault()
Dttm_bo_driver.h541 struct mtx fence_lock; member
/freebsd-10-stable/sys/dev/drm2/radeon/
Dradeon_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()
Dradeon_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()