Searched refs:fence_ops (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/gpu/drm/i915/ |
| A D | i915_sw_fence_work.c | 77 static const struct dma_fence_ops fence_ops = { variable 88 dma_fence_init(&f->dma, &fence_ops, &f->lock, 0, 0); in dma_fence_work_init()
|
| /linux/drivers/dma-buf/ |
| A D | st-dma-resv.c | 21 static const struct dma_fence_ops fence_ops = { variable 34 dma_fence_init(f, &fence_ops, &fence_lock, 0, 0); in alloc_fence()
|
| /linux/drivers/gpu/drm/imagination/ |
| A D | pvr_queue.c | 264 const struct dma_fence_ops *fence_ops, in pvr_queue_fence_init() argument 271 dma_fence_init(&fence->base, fence_ops, in pvr_queue_fence_init()
|
| /linux/drivers/gpu/drm/ttm/tests/ |
| A D | ttm_bo_validate_test.c | 48 static const struct dma_fence_ops fence_ops = { variable 60 dma_fence_init(fence, &fence_ops, &fence_lock, 0, 0); in alloc_mock_fence()
|
Completed in 11 milliseconds