Home
last modified time | relevance | path

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

/linux/drivers/dma-buf/
H A Dst-dma-resv.c14 static struct spinlock fence_lock; variable
34 dma_fence_init(f, &fence_ops, &fence_lock, 0, 0); in alloc_fence()
308 spin_lock_init(&fence_lock); in dma_resv()
/linux/include/drm/
H A Ddrm_writeback.h73 spinlock_t fence_lock; member
H A Ddrm_crtc.h1156 spinlock_t fence_lock; member
/linux/drivers/gpu/drm/lima/
H A Dlima_sched.h51 spinlock_t fence_lock; member
H A Dlima_sched.c97 dma_fence_init(&fence->base, &lima_fence_ops, &pipe->fence_lock, in lima_fence_create()
520 spin_lock_init(&pipe->fence_lock); in lima_sched_pipe_init()
/linux/drivers/gpu/drm/
H A Ddrm_crtc.c162 return container_of(fence->lock, struct drm_crtc, fence_lock); in fence_to_crtc()
192 dma_fence_init(fence, &drm_crtc_fence_ops, &crtc->fence_lock, in drm_crtc_create_fence()
277 spin_lock_init(&crtc->fence_lock); in __drm_crtc_init_with_planes()
/linux/drivers/gpu/drm/ttm/tests/
H A Dttm_bo_test.c433 spinlock_t fence_lock; in ttm_bo_put_shared_resv() local
452 spin_lock_init(&fence_lock); in ttm_bo_put_shared_resv()
453 dma_fence_init(fence, &mock_fence_ops, &fence_lock, 0, 0); in ttm_bo_put_shared_resv()
H A Dttm_bo_validate_test.c18 static struct spinlock fence_lock; variable
60 dma_fence_init(fence, &fence_ops, &fence_lock, 0, 0); in alloc_mock_fence()
613 spin_lock_init(&fence_lock); in ttm_bo_validate_no_placement_not_signaled()
733 spin_lock_init(&fence_lock); in ttm_bo_validate_move_fence_not_signaled()