Home
last modified time | relevance | path

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

/drivers/gpu/drm/i915/gem/
Di915_gem_context_types.h55 struct i915_gem_context { struct
57 struct drm_i915_private *i915;
60 struct drm_i915_file_private *file_priv;
83 struct i915_gem_engines __rcu *engines;
84 struct mutex engines_mutex; /* guards writes to engines */
86 struct intel_timeline *timeline;
119 * finished all pending writes). See i915_gem_context_get() and argument
122 struct kref ref;
127 struct rcu_head rcu;
132 unsigned long user_flags;
[all …]