Home
last modified time | relevance | path

Searched refs:I915_FENCE_FLAG_ACTIVE (Results 1 – 6 of 6) sorted by relevance

/linux-6.15/drivers/gpu/drm/i915/
H A Di915_request.h83 I915_FENCE_FLAG_ACTIVE = DMA_FENCE_FLAG_USER_BITS, enumerator
462 return test_bit(I915_FENCE_FLAG_ACTIVE, &rq->fence.flags); in i915_request_is_active()
H A Di915_request.c672 GEM_BUG_ON(test_bit(I915_FENCE_FLAG_ACTIVE, &request->fence.flags)); in __i915_request_submit()
676 set_bit(I915_FENCE_FLAG_ACTIVE, &request->fence.flags); in __i915_request_submit()
730 GEM_BUG_ON(!test_bit(I915_FENCE_FLAG_ACTIVE, &request->fence.flags)); in __i915_request_unsubmit()
731 clear_bit_unlock(I915_FENCE_FLAG_ACTIVE, &request->fence.flags); in __i915_request_unsubmit()
/linux-6.15/drivers/gpu/drm/i915/gt/
H A Dintel_breadcrumbs.c424 if (!test_bit(I915_FENCE_FLAG_ACTIVE, &rq->fence.flags)) in i915_request_enable_breadcrumb()
428 if (test_bit(I915_FENCE_FLAG_ACTIVE, &rq->fence.flags)) in i915_request_enable_breadcrumb()
H A Dintel_ring_submission.c1140 set_bit(I915_FENCE_FLAG_ACTIVE, &rq->fence.flags); in remove_from_engine()
H A Dintel_execlists_submission.c3300 set_bit(I915_FENCE_FLAG_ACTIVE, &rq->fence.flags); in remove_from_engine()
/linux-6.15/drivers/gpu/drm/i915/gt/uc/
H A Dintel_guc_submission.c3759 set_bit(I915_FENCE_FLAG_ACTIVE, &rq->fence.flags); in remove_from_context()