Searched defs:drm_i915_private (Results 1 – 1 of 1) sorted by relevance
187 struct drm_i915_private { struct188 struct drm_device drm;190 struct intel_display display;193 bool do_release;196 struct i915_params params;198 const struct intel_device_info *__info; /* Use INTEL_INFO() to access. */199 struct intel_runtime_info __runtime; /* Use RUNTIME_INFO() to access. */200 struct intel_driver_caps caps;202 struct i915_dsm dsm;204 struct intel_uncore uncore;[all …]