Lines Matching defs:i915_request
95 struct i915_request { struct
109 * i915_request_free() will then decrement the refcount on the argument
112 struct i915_gem_context *gem_context;
113 struct intel_engine_cs *engine;
114 struct intel_context *hw_context;
115 struct intel_ring *ring;
116 struct intel_timeline *timeline;
117 struct list_head signal_link;
125 unsigned long rcustate;
134 struct pin_cookie cookie;
143 struct i915_sw_fence submit;
144 union {
148 struct list_head execute_cb;
149 struct i915_sw_fence semaphore;
160 struct i915_sched_node sched;
161 struct i915_dependency dep;
162 intel_engine_mask_t execution_mask;
169 const u32 *hwsp_seqno;
179 struct intel_timeline_cacheline *hwsp_cacheline;
182 u32 head;
185 u32 infix;
192 u32 postfix;
195 u32 tail;
198 u32 wa_tail;
201 u32 reserved_space;
206 struct i915_vma *batch;
213 struct i915_capture_list *capture_list;
214 struct list_head active_list;
217 unsigned long emitted_jiffies;
219 unsigned long flags;
245 struct i915_request * __must_check argument