Home
last modified time | relevance | path

Searched defs:i915_request (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/
H A Di915_request.h155 struct i915_request { struct
169 * i915_request_free() will then decrement the refcount on the argument
172 struct intel_engine_cs *engine;
173 struct intel_context *context;
174 struct intel_ring *ring;
175 struct intel_timeline __rcu *timeline;
176 struct list_head signal_link;
184 unsigned long rcustate;
210 struct i915_request_duration_cb { argument
215 struct list_head execute_cb;
[all …]