Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/i915/
H A Di915_vma_resource.c136 bool lockdep_cookie) in i915_vma_resource_unhold() argument
138 dma_fence_end_signalling(lockdep_cookie); in i915_vma_resource_unhold()
163 bool *lockdep_cookie) in i915_vma_resource_hold() argument
168 *lockdep_cookie = dma_fence_begin_signalling(); in i915_vma_resource_hold()
178 bool lockdep_cookie; in i915_vma_resource_unbind_work() local
180 lockdep_cookie = dma_fence_begin_signalling(); in i915_vma_resource_unbind_work()
184 dma_fence_end_signalling(lockdep_cookie); in i915_vma_resource_unbind_work()
H A Di915_vma_resource.h142 bool *lockdep_cookie);
145 bool lockdep_cookie);
H A Di915_gpu_error.c1492 bool lockdep_cookie; member
1509 if (!i915_vma_resource_hold(vma_res, &c->lockdep_cookie)) { in capture_vma_snapshot()
1572 bool lockdep_cookie; in create_vma_coredump() local
1579 if (i915_vma_resource_hold(vma_res, &lockdep_cookie)) { in create_vma_coredump()
1581 i915_vma_resource_unhold(vma_res, lockdep_cookie); in create_vma_coredump()
1678 i915_vma_resource_unhold(vma_res, this->lockdep_cookie); in intel_engine_coredump_add_vma()