Searched defs:drm_i915_file_private (Results 1 – 2 of 2) sorted by relevance
76297 struct drm_i915_file_private { struct76298 struct drm_i915_private *dev_priv;76299 union {76303 struct {76306 } mm;76307 struct idr context_idr;76308 struct mutex context_idr_lock;76309 struct idr vm_idr;76310 struct mutex vm_idr_lock;76311 unsigned int bsd_engine;[all …]