Home
last modified time | relevance | path

Searched refs:I915_FENCE_FLAG_ACTIVE (Results 1 - 9 of 9) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/i915/
H A Di915_request.h62 * I915_FENCE_FLAG_ACTIVE - this request is currently submitted to HW.
72 I915_FENCE_FLAG_ACTIVE = DMA_FENCE_FLAG_USER_BITS, enumerator
382 return test_bit(I915_FENCE_FLAG_ACTIVE, &rq->fence.flags); in i915_request_is_active()
H A Di915_request.c269 set_bit(I915_FENCE_FLAG_ACTIVE, &rq->fence.flags); in remove_from_engine()
320 * As we set I915_FENCE_FLAG_ACTIVE on the request, this should be in i915_request_retire()
583 if (!test_and_set_bit(I915_FENCE_FLAG_ACTIVE, &request->fence.flags)) { in __i915_request_submit()
640 GEM_BUG_ON(!test_bit(I915_FENCE_FLAG_ACTIVE, &request->fence.flags)); in __i915_request_unsubmit()
641 clear_bit_unlock(I915_FENCE_FLAG_ACTIVE, &request->fence.flags); in __i915_request_unsubmit()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/
H A Di915_request.h73 * I915_FENCE_FLAG_ACTIVE - this request is currently submitted to HW.
83 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.c401 * As we set I915_FENCE_FLAG_ACTIVE on the request, this should be in i915_request_retire()
673 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()
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gt/
H A Dintel_breadcrumbs.c438 if (!test_bit(I915_FENCE_FLAG_ACTIVE, &rq->fence.flags)) in i915_request_enable_breadcrumb()
442 if (test_bit(I915_FENCE_FLAG_ACTIVE, &rq->fence.flags)) in i915_request_enable_breadcrumb()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gt/
H A 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()
H A Dintel_ring_submission.c1112 set_bit(I915_FENCE_FLAG_ACTIVE, &rq->fence.flags); in remove_from_engine()
H A Dintel_execlists_submission.c3308 set_bit(I915_FENCE_FLAG_ACTIVE, &rq->fence.flags); in remove_from_engine()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gt/uc/
H A Dintel_guc_submission.c3505 set_bit(I915_FENCE_FLAG_ACTIVE, &rq->fence.flags); in remove_from_context()

Completed in 22 milliseconds