Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/i915/
Di915_request.h95 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;
[all …]