Home
last modified time | relevance | path

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

/freebsd/sys/dev/drm2/ttm/
H A Dttm_bo.c560 mtx_lock(&bdev->fence_lock); in ttm_bo_cleanup_refs_or_queue()
563 mtx_unlock(&bdev->fence_lock); in ttm_bo_cleanup_refs_or_queue()
575 mtx_unlock(&bdev->fence_lock); in ttm_bo_cleanup_refs_or_queue()
616 mtx_lock(&bdev->fence_lock); in ttm_bo_cleanup_refs_and_unlock()
628 mtx_unlock(&bdev->fence_lock); in ttm_bo_cleanup_refs_and_unlock()
643 mtx_lock(&bdev->fence_lock); in ttm_bo_cleanup_refs_and_unlock()
645 mtx_unlock(&bdev->fence_lock); in ttm_bo_cleanup_refs_and_unlock()
665 mtx_unlock(&bdev->fence_lock); in ttm_bo_cleanup_refs_and_unlock()
811 mtx_lock(&bdev->fence_lock); in ttm_bo_evict()
813 mtx_unlock(&bdev->fence_lock); in ttm_bo_evict()
[all …]
H A Dttm_bo_util.c422 mtx_lock(&bdev->fence_lock); in ttm_buffer_object_transfer()
427 mtx_unlock(&bdev->fence_lock); in ttm_buffer_object_transfer()
608 mtx_lock(&bdev->fence_lock); in ttm_bo_move_accel_cleanup()
616 mtx_unlock(&bdev->fence_lock); in ttm_bo_move_accel_cleanup()
639 mtx_unlock(&bdev->fence_lock); in ttm_bo_move_accel_cleanup()
H A Dttm_execbuf_util.c220 mtx_lock(&bdev->fence_lock); in ttm_eu_fence_buffer_objects()
229 mtx_unlock(&bdev->fence_lock); in ttm_eu_fence_buffer_objects()
H A Dttm_bo_vm.c151 mtx_lock(&bdev->fence_lock); in ttm_bo_vm_fault()
170 mtx_unlock(&bdev->fence_lock); in ttm_bo_vm_fault()
176 mtx_unlock(&bdev->fence_lock); in ttm_bo_vm_fault()
H A Dttm_bo_driver.h540 struct mtx fence_lock; member