Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/i915/
Di915_gem_context.h62 struct i915_gem_context { struct
64 struct drm_i915_private *i915;
67 struct drm_i915_file_private *file_priv;
78 struct i915_hw_ppgtt *ppgtt;
109 * finished all pending writes). See i915_gem_context_get() and argument
112 struct kref ref;
117 struct rcu_head rcu;
122 unsigned long flags;
155 struct i915_gem_context *gem_context; argument
163 } __engine[I915_NUM_ENGINES];
[all …]