Lines Matching defs:i915_request
164 struct i915_request { struct
175 * i915_request_free() will then decrement the refcount on the argument
178 struct intel_engine_cs *engine;
179 struct intel_context *context;
180 struct intel_ring *ring;
181 struct intel_timeline __rcu *timeline;
183 struct list_head signal_link;
184 struct llist_node signal_node;
214 struct i915_request_duration_cb { argument
219 struct llist_head execute_cb;
220 struct i915_sw_fence semaphore;
231 struct i915_sched_node sched;
232 struct i915_dependency dep;
233 intel_engine_mask_t execution_mask;
240 const u32 *hwsp_seqno;
243 u32 head;
246 u32 infix;
253 u32 postfix;
256 u32 tail;
259 u32 wa_tail;
283 struct i915_request_watchdog { argument
286 } watchdog;
294 struct list_head guc_fence_link;
322 struct i915_request * __must_check argument