Home
last modified time | relevance | path

Searched refs:fence_ops (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/gpu/drm/i915/
H A Di915_sw_fence_work.c77 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()
/openbmc/linux/drivers/dma-buf/
H A Dst-dma-resv.c21 static const struct dma_fence_ops fence_ops = { variable
34 dma_fence_init(f, &fence_ops, &fence_lock, 0, 0); in alloc_fence()