Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/gpu/drm/i915/
Di915_vma_resource.c82 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()
249 return &vma_res->unbind_fence; in i915_vma_resource_unbind()
261 dma_fence_init(&vma_res->unbind_fence, &unbind_fence_ops, in __i915_vma_resource_init()
305 int ret = dma_fence_wait(&node->unbind_fence, intr); in i915_vma_resource_bind_dep_sync()
337 fence = dma_fence_get_rcu(&node->unbind_fence); in i915_vma_resource_bind_dep_sync_all()
[all …]
Di915_vma_resource.h76 struct dma_fence unbind_fence; member
151 dma_fence_get(&vma_res->unbind_fence); in i915_vma_resource_get()
161 dma_fence_put(&vma_res->unbind_fence); in i915_vma_resource_put()
Di915_vma.c1898 struct dma_fence *unbind_fence; in __i915_vma_evict() local
1942 unbind_fence = i915_vma_resource_unbind(vma_res, in __i915_vma_evict()
1945 unbind_fence = i915_vma_resource_unbind(vma_res, NULL); in __i915_vma_evict()
1955 if (unbind_fence) { in __i915_vma_evict()
1956 dma_fence_wait(unbind_fence, false); in __i915_vma_evict()
1957 dma_fence_put(unbind_fence); in __i915_vma_evict()
1958 unbind_fence = NULL; in __i915_vma_evict()
1970 return unbind_fence; in __i915_vma_evict()