drm/i915/bxt: Define bxt DDI PLLs and implement enable/disable sequence
[deliverable/linux.git] / drivers / gpu / drm / i915 / i915_drv.h
index 2645ba35b1304067005b4ca139f50e6a42f34996..a7049ea164e2938c6cb804ad377e12014b1da7a9 100644 (file)
@@ -303,6 +303,9 @@ struct intel_dpll_hw_state {
        uint32_t ctrl1;
        /* HDMI only, 0 when used for DP */
        uint32_t cfgcr1, cfgcr2;
+
+       /* bxt */
+       uint32_t ebb0, pll0, pll1, pll2, pll3, pll6, pll8, pcsdw12;
 };
 
 struct intel_shared_dpll_config {
This page took 0.028165 seconds and 5 git commands to generate.