Lines Matching defs:i915_request
161 struct i915_request { struct
172 * i915_request_free() will then decrement the refcount on the argument
175 struct intel_engine_cs *engine;
176 struct intel_context *context;
177 struct intel_ring *ring;
178 struct intel_timeline __rcu *timeline;
180 struct list_head signal_link;
181 struct llist_node signal_node;
211 struct i915_request_duration_cb { argument
216 struct llist_head execute_cb;
217 struct i915_sw_fence semaphore;
228 struct i915_sched_node sched;
229 struct i915_dependency dep;
230 intel_engine_mask_t execution_mask;
237 const u32 *hwsp_seqno;
247 struct intel_timeline_cacheline __rcu *hwsp_cacheline;
250 u32 head;
253 u32 infix;
260 u32 postfix;
263 u32 tail;
266 u32 wa_tail;
269 u32 reserved_space;
274 struct i915_vma *batch;
304 struct kmem_cache *i915_request_slab_cache(void); argument
306 struct i915_request * __must_check argument