Home
last modified time | relevance | path

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

/linux/drivers/dma-buf/
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/drivers/gpu/drm/
A Ddrm_writeback.c84 fence_lock)
267 spin_lock_init(&wb_connector->fence_lock); in drm_writeback_connector_init_with_encoder()
463 &wb_connector->fence_lock, wb_connector->fence_context, in drm_writeback_get_out_fence()
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/include/drm/
A Ddrm_writeback.h73 spinlock_t fence_lock; member
A Ddrm_crtc.h1156 spinlock_t fence_lock; member
/linux/drivers/gpu/drm/lima/
A Dlima_sched.h51 spinlock_t fence_lock; member
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/ttm/tests/
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()
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()

Completed in 20 milliseconds