Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/i915/
Di915_request.h64 I915_FENCE_FLAG_ACTIVE = DMA_FENCE_FLAG_USER_BITS, enumerator
325 return test_bit(I915_FENCE_FLAG_ACTIVE, &rq->fence.flags); in i915_request_is_active()
Di915_request.c295 if (!test_bit(I915_FENCE_FLAG_ACTIVE, &rq->fence.flags)) { in i915_request_retire()
296 set_bit(I915_FENCE_FLAG_ACTIVE, &rq->fence.flags); in i915_request_retire()
445 if (!test_and_set_bit(I915_FENCE_FLAG_ACTIVE, &request->fence.flags)) in __i915_request_submit()
496 GEM_BUG_ON(!test_bit(I915_FENCE_FLAG_ACTIVE, &request->fence.flags)); in __i915_request_unsubmit()
497 clear_bit(I915_FENCE_FLAG_ACTIVE, &request->fence.flags); in __i915_request_unsubmit()
/Linux-v5.4/drivers/gpu/drm/i915/gt/
Dintel_breadcrumbs.c280 if (test_bit(I915_FENCE_FLAG_ACTIVE, &rq->fence.flags)) { in i915_request_enable_breadcrumb()
Dselftest_lrc.c999 set_bit(I915_FENCE_FLAG_ACTIVE, &rq->fence.flags); in dummy_request()