Home
last modified time | relevance | path

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

/linux-6.6.21/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.h142 bool *lockdep_cookie);
145 bool lockdep_cookie);
Di915_gpu_error.c1426 bool lockdep_cookie; member
1443 if (!i915_vma_resource_hold(vma_res, &c->lockdep_cookie)) { in capture_vma_snapshot()
1506 bool lockdep_cookie; in create_vma_coredump() local
1513 if (i915_vma_resource_hold(vma_res, &lockdep_cookie)) { in create_vma_coredump()
1515 i915_vma_resource_unhold(vma_res, lockdep_cookie); in create_vma_coredump()
1612 i915_vma_resource_unhold(vma_res, this->lockdep_cookie); in intel_engine_coredump_add_vma()