I915_FENCE_FLAG_ACTIVE  280 drivers/gpu/drm/i915/gt/intel_breadcrumbs.c 	if (test_bit(I915_FENCE_FLAG_ACTIVE, &rq->fence.flags)) {
I915_FENCE_FLAG_ACTIVE  999 drivers/gpu/drm/i915/gt/selftest_lrc.c 	set_bit(I915_FENCE_FLAG_ACTIVE, &rq->fence.flags);
I915_FENCE_FLAG_ACTIVE  295 drivers/gpu/drm/i915/i915_request.c 	if (!test_bit(I915_FENCE_FLAG_ACTIVE, &rq->fence.flags)) {
I915_FENCE_FLAG_ACTIVE  296 drivers/gpu/drm/i915/i915_request.c 		set_bit(I915_FENCE_FLAG_ACTIVE, &rq->fence.flags);
I915_FENCE_FLAG_ACTIVE  445 drivers/gpu/drm/i915/i915_request.c 	if (!test_and_set_bit(I915_FENCE_FLAG_ACTIVE, &request->fence.flags))
I915_FENCE_FLAG_ACTIVE  496 drivers/gpu/drm/i915/i915_request.c 	GEM_BUG_ON(!test_bit(I915_FENCE_FLAG_ACTIVE, &request->fence.flags));
I915_FENCE_FLAG_ACTIVE  497 drivers/gpu/drm/i915/i915_request.c 	clear_bit(I915_FENCE_FLAG_ACTIVE, &request->fence.flags);
I915_FENCE_FLAG_ACTIVE  327 drivers/gpu/drm/i915/i915_request.h 	return test_bit(I915_FENCE_FLAG_ACTIVE, &rq->fence.flags);