Searched defs:i915_gem_context (Results 1 – 1 of 1) sorted by relevance
49 struct i915_gem_context { struct51 struct drm_i915_private *i915;54 struct drm_i915_file_private *file_priv;77 struct i915_gem_engines __rcu *engines;78 struct mutex engines_mutex; /* guards writes to engines */80 struct intel_timeline *timeline;91 struct i915_address_space *vm;122 * finished all pending writes). See i915_gem_context_get() and argument125 struct kref ref;130 struct rcu_head rcu;[all …]