Lines Matching defs:rq
83 * @rq - the request to watch
85 * i915_active_fence_set() watches the given @rq for completion. While
86 * that @rq is busy, the @active reports busy. When that @rq is signaled
91 struct i915_request *rq);
173 i915_active_add_request(struct i915_active *ref, struct i915_request *rq)
175 return i915_active_ref(ref, i915_request_timeline(rq), &rq->fence);
187 int i915_request_await_active(struct i915_request *rq, struct i915_active *ref);
210 void i915_request_add_active_barriers(struct i915_request *rq);