intel_extreme: Correct LVDS DPLL mode on gen 3

This commit is contained in:
Alexander von Gluck IV 2016-01-03 15:22:38 -06:00
parent 2bf16c66b5
commit 5b0b486be4

View File

@ -556,7 +556,7 @@ LVDSPort::SetDisplayMode(display_mode* target, uint32 colorMode)
uint32 extraPLLFlags = 0;
// DPLL mode LVDS for i915+
if (gInfo->shared_info->device_type.Generation() >= 4)
if (gInfo->shared_info->device_type.Generation() >= 3)
extraPLLFlags |= DISPLAY_PLL_MODE_LVDS;
// Program pipe PLL's (pixel_clock is *always* the hardware pixel clock)