Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/dma-buf/
H A Dsw_sync.c64 static const struct dma_fence_ops timeline_fence_ops; variable
68 if (fence->ops != &timeline_fence_ops) in dma_fence_to_sync_pt()
176 static const struct dma_fence_ops timeline_fence_ops = { variable
245 dma_fence_init(&pt->base, &timeline_fence_ops, &obj->lock, in sync_pt_create()