Searched refs:I915_FENCE_FLAG_ACTIVE (Results 1 – 4 of 4) sorted by relevance
64 I915_FENCE_FLAG_ACTIVE = DMA_FENCE_FLAG_USER_BITS, enumerator325 return test_bit(I915_FENCE_FLAG_ACTIVE, &rq->fence.flags); in i915_request_is_active()
295 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()
280 if (test_bit(I915_FENCE_FLAG_ACTIVE, &rq->fence.flags)) { in i915_request_enable_breadcrumb()
999 set_bit(I915_FENCE_FLAG_ACTIVE, &rq->fence.flags); in dummy_request()