intel_extreme: Set FDI PLL RX lane count when enabling

This commit is contained in:
Alexander von Gluck IV
2016-07-20 00:25:38 -05:00
parent 04039d6f30
commit f6c32ce310
3 changed files with 19 additions and 7 deletions
@@ -878,6 +878,10 @@ struct intel_free_graphics_memory {
#define FDI_TX_ENHANCE_FRAME_ENABLE (1 << 18)
#define FDI_TX_PLL_ENABLED (1 << 14)
#define FDI_DP_PORT_WIDTH_SHIFT 19
#define FDI_DP_PORT_WIDTH_MASK (7 << FDI_DP_PORT_WIDTH_SHIFT)
#define FDI_DP_PORT_WIDTH(width) (((width) - 1) << FDI_DP_PORT_WIDTH_SHIFT)
#define FDI_PLL_BIOS_0 0x46000
#define FDI_PLL_FB_CLOCK_MASK 0xff
#define FDI_PLL_BIOS_1 0x46004