Home
last modified time | relevance | path

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

/dflybsd-src/sys/dev/drm/i915/
H A Di915_gem_context.h51 struct i915_gem_context { struct
53 struct drm_i915_private *i915;
56 struct drm_i915_file_private *file_priv;
67 struct i915_hw_ppgtt *ppgtt;
98 * finished all pending writes). See i915_gem_context_get() and argument
101 struct kref ref;
106 struct rcu_head rcu;
111 unsigned long flags;
127 unsigned int hw_id;
135 u32 user_handle;
[all …]