Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/dma-buf/
Dsw_sync.c71 static const struct dma_fence_ops timeline_fence_ops; variable
75 if (fence->ops != &timeline_fence_ops) in dma_fence_to_sync_pt()
186 static const struct dma_fence_ops timeline_fence_ops = { variable
255 dma_fence_init(&pt->base, &timeline_fence_ops, &obj->lock, in sync_pt_create()