intel_extreme: Correct LVDS DPLL mode on gen 3
This commit is contained in:
parent
2bf16c66b5
commit
5b0b486be4
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user