drm/i915/bxt: add missing DDI PLL registers to the state checking
[deliverable/linux.git] / drivers / gpu / drm / i915 / i915_reg.h
index bdef9f7b629e06e00644631d9e699ae7d04be670..4d8ef2de4374c468ea250bdc88c252cbdf9a0843 100644 (file)
@@ -1208,7 +1208,8 @@ enum skl_disp_power_wells {
 /* PORT_PLL_8_A */
 #define   PORT_PLL_TARGET_CNT_MASK     0x3FF
 /* PORT_PLL_9_A */
-#define  PORT_PLL_LOCK_THRESHOLD_MASK  0xe
+#define  PORT_PLL_LOCK_THRESHOLD_SHIFT 1
+#define  PORT_PLL_LOCK_THRESHOLD_MASK  (0x7 << PORT_PLL_LOCK_THRESHOLD_SHIFT)
 /* PORT_PLL_10_A */
 #define  PORT_PLL_DCO_AMP_OVR_EN_H     (1<<27)
 #define  PORT_PLL_DCO_AMP_MASK         0x3c00
This page took 0.025771 seconds and 5 git commands to generate.