Home
last modified time | relevance | path

Searched refs:I915_FENCE_FLAG_BOOST (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/gpu/drm/i915/
H A Di915_request.h149 I915_FENCE_FLAG_BOOST, enumerator
635 return test_bit(I915_FENCE_FLAG_BOOST, &rq->fence.flags); in i915_request_has_waitboost()
H A Di915_request.c392 if (test_and_set_bit(I915_FENCE_FLAG_BOOST, &rq->fence.flags)) in i915_request_retire()
/openbmc/linux/drivers/gpu/drm/i915/gt/
H A Dintel_rps.c1017 if (!test_and_set_bit(I915_FENCE_FLAG_BOOST, &rq->fence.flags)) { in intel_rps_boost()