Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/i915/gem/
Di915_gem_context_types.h49 struct i915_gem_context { struct
51 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 argument
125 struct kref ref;
130 struct rcu_head rcu;
[all …]