Searched refs:fence_lock (Results 1 – 8 of 8) sorted by relevance
/linux/drivers/dma-buf/ |
H A D | st-dma-resv.c | 14 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 D | drm_writeback.h | 73 spinlock_t fence_lock; member
|
H A D | drm_crtc.h | 1156 spinlock_t fence_lock; member
|
/linux/drivers/gpu/drm/lima/ |
H A D | lima_sched.h | 51 spinlock_t fence_lock; member
|
H A D | lima_sched.c | 97 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 D | drm_crtc.c | 162 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 D | ttm_bo_test.c | 433 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 D | ttm_bo_validate_test.c | 18 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()
|