Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/gpu/drm/i915/
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()
Di915_request.c673 GEM_BUG_ON(test_bit(I915_FENCE_FLAG_ACTIVE, &request->fence.flags)); in __i915_request_submit()
677 set_bit(I915_FENCE_FLAG_ACTIVE, &request->fence.flags); in __i915_request_submit()
731 GEM_BUG_ON(!test_bit(I915_FENCE_FLAG_ACTIVE, &request->fence.flags)); in __i915_request_unsubmit()
732 clear_bit_unlock(I915_FENCE_FLAG_ACTIVE, &request->fence.flags); in __i915_request_unsubmit()
/Linux-v6.6/drivers/gpu/drm/i915/gt/
Dintel_breadcrumbs.c420 if (!test_bit(I915_FENCE_FLAG_ACTIVE, &rq->fence.flags)) in i915_request_enable_breadcrumb()
424 if (test_bit(I915_FENCE_FLAG_ACTIVE, &rq->fence.flags)) in i915_request_enable_breadcrumb()
Dintel_ring_submission.c1112 set_bit(I915_FENCE_FLAG_ACTIVE, &rq->fence.flags); in remove_from_engine()
Dintel_execlists_submission.c3308 set_bit(I915_FENCE_FLAG_ACTIVE, &rq->fence.flags); in remove_from_engine()
/Linux-v6.6/drivers/gpu/drm/i915/gt/uc/
Dintel_guc_submission.c3505 set_bit(I915_FENCE_FLAG_ACTIVE, &rq->fence.flags); in remove_from_context()