Searched defs:i915_gem_context (Results 1 – 1 of 1) sorted by relevance
51 struct i915_gem_context { struct53 struct drm_i915_private *i915;56 struct drm_i915_file_private *file_priv;79 struct i915_gem_engines __rcu *engines;80 struct mutex engines_mutex; /* guards writes to engines */82 struct intel_timeline *timeline;115 * finished all pending writes). See i915_gem_context_get() and argument118 struct kref ref;123 struct rcu_head rcu;128 unsigned long user_flags;[all …]