Lines Matching defs:i915_request
187 struct i915_request { struct
198 * i915_request_free() will then decrement the refcount on the argument
201 struct intel_engine_cs *engine;
202 struct intel_context *context;
203 struct intel_ring *ring;
204 struct intel_timeline __rcu *timeline;
206 struct list_head signal_link;
207 struct llist_node signal_node;
237 struct i915_request_duration_cb { argument
242 struct llist_head execute_cb;
243 struct i915_sw_fence semaphore;
248 struct irq_work submit_work;
259 struct i915_sched_node sched;
260 struct i915_dependency dep;
261 intel_engine_mask_t execution_mask;
268 const u32 *hwsp_seqno;
271 u32 head;
274 u32 infix;
281 u32 postfix;
284 u32 tail;
287 u32 wa_tail;
311 struct i915_request_watchdog { argument
314 } watchdog;
323 struct list_head guc_fence_link;
355 struct i915_request * __must_check argument