Searched defs:drm_i915_private (Results 1 – 1 of 1) sorted by relevance
179 struct drm_i915_private { struct180 struct drm_device drm;182 struct intel_display display;185 bool do_release;188 struct i915_params params;190 const struct intel_device_info *__info; /* Use INTEL_INFO() to access. */191 struct intel_runtime_info __runtime; /* Use RUNTIME_INFO() to access. */192 struct intel_driver_caps caps;194 struct i915_dsm dsm;196 struct intel_uncore uncore;[all …]