Searched defs:i915_gem_context (Results 1 – 1 of 1) sorted by relevance
55 struct i915_gem_context { struct57 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 argument122 struct kref ref;127 struct rcu_head rcu;132 unsigned long user_flags;[all …]