Searched defs:drm_i915_file_private (Results 1 – 1 of 1) sorted by relevance
186 struct drm_i915_file_private { struct187 struct drm_i915_private *dev_priv;188 struct drm_file *file;190 struct {193 } mm;195 struct idr context_idr;196 struct mutex context_idr_lock; /* guards context_idr */198 struct idr vm_idr;199 struct mutex vm_idr_lock; /* guards vm_idr */201 unsigned int bsd_engine;[all …]