Lines Matching refs:unbind_fence
82 container_of(head, typeof(*vma_res), unbind_fence.rcu); in unbind_fence_free_rcu()
90 container_of(fence, typeof(*vma_res), unbind_fence); in unbind_fence_release()
110 dma_fence_signal(&vma_res->unbind_fence); in __i915_vma_resource_unhold()
195 struct dma_fence *unbind_fence = in i915_vma_resource_fence_notify() local
196 &vma_res->unbind_fence; in i915_vma_resource_fence_notify()
200 dma_fence_get(unbind_fence); in i915_vma_resource_fence_notify()
253 return &vma_res->unbind_fence; in i915_vma_resource_unbind()
265 dma_fence_init(&vma_res->unbind_fence, &unbind_fence_ops, in __i915_vma_resource_init()
309 int ret = dma_fence_wait(&node->unbind_fence, intr); in i915_vma_resource_bind_dep_sync()
341 fence = dma_fence_get_rcu(&node->unbind_fence); in i915_vma_resource_bind_dep_sync_all()
399 &node->unbind_fence, in i915_vma_resource_bind_dep_await()
402 ret = dma_fence_wait(&node->unbind_fence, intr); in i915_vma_resource_bind_dep_await()