diff --git a/src/add-ons/accelerants/intel_extreme/Ports.cpp b/src/add-ons/accelerants/intel_extreme/Ports.cpp index 1d4c1d59f9..427f9f8c6b 100644 --- a/src/add-ons/accelerants/intel_extreme/Ports.cpp +++ b/src/add-ons/accelerants/intel_extreme/Ports.cpp @@ -302,7 +302,7 @@ AnalogPort::SetDisplayMode(display_mode* target, uint32 colorMode) compute_pll_divisors(target, &divisors, false); uint32 extraPLLFlags = 0; - if (gInfo->shared_info->device_type.Generation() >= 4) + if (gInfo->shared_info->device_type.Generation() >= 3) extraPLLFlags |= DISPLAY_PLL_MODE_NORMAL; write32(_PortRegister(), (read32(_PortRegister()) @@ -735,7 +735,7 @@ DigitalPort::SetDisplayMode(display_mode* target, uint32 colorMode) compute_pll_divisors(target, &divisors, false); uint32 extraPLLFlags = 0; - if (gInfo->shared_info->device_type.Generation() >= 4) + if (gInfo->shared_info->device_type.Generation() >= 3) extraPLLFlags |= DISPLAY_PLL_MODE_NORMAL; // Program pipe PLL's