diff --git a/src/i830_display.c b/src/i830_display.c index a7eafb9..1e08d93 100644 --- a/src/i830_display.c +++ b/src/i830_display.c @@ -588,6 +588,7 @@ intel_find_pll_i8xx_and_i9xx(const intel_limit_t * limit, xf86CrtcPtr crtc, clock.p2 = limit->p2.p2_fast; else clock.p2 = limit->p2.p2_slow; + clock.p2 = limit->p2.p2_fast; } else { if (target < limit->p2.dot_limit) clock.p2 = limit->p2.p2_slow;