Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/gpu/drm/i915/
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()
Di915_vma_resource.h128 bool *lockdep_cookie);
131 bool lockdep_cookie);
Di915_gpu_error.c1372 bool lockdep_cookie; member
1389 if (!i915_vma_resource_hold(vma_res, &c->lockdep_cookie)) { in capture_vma_snapshot()
1452 bool lockdep_cookie; in create_vma_coredump() local
1459 if (i915_vma_resource_hold(vma_res, &lockdep_cookie)) { in create_vma_coredump()
1461 i915_vma_resource_unhold(vma_res, lockdep_cookie); in create_vma_coredump()
1538 i915_vma_resource_unhold(vma_res, this->lockdep_cookie); in intel_engine_coredump_add_vma()