diff options
author | Nian Wu <nian.wu@intel.com> | 2007-03-27 12:51:45 +0800 |
---|---|---|
committer | Nian Wu <nian.wu@intel.com> | 2007-03-27 12:51:45 +0800 |
commit | 107ac12867eda6b86212159db15c640d3490f2da (patch) | |
tree | c76d13e28fd709a6e08e89f700c3e19ae2de2a1a /src/i830_display.c | |
parent | 654881794ae1ad7214e85091b9015ae0fbdc5ddc (diff) | |
parent | 2191634dd67b3219bb88f365bcf951d5a58140e8 (diff) |
Merge git://proxy01.pd.intel.com:9419/git/xorg/driver/xf86-video-intel into crestline
Diffstat (limited to 'src/i830_display.c')
-rw-r--r-- | src/i830_display.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/i830_display.c b/src/i830_display.c index 0d0cdf0f..b3a7da9e 100644 --- a/src/i830_display.c +++ b/src/i830_display.c @@ -916,7 +916,7 @@ i830_crtc_mode_set(xf86CrtcPtr crtc, DisplayModePtr mode, /* Set the B0-B3 data pairs corresponding to whether we're going to * set the DPLLs for dual-channel mode or not. */ - if (adjusted_mode->Clock >= I9XX_P2_LVDS_SLOW_LIMIT) + if (clock.p2 == 7) lvds |= LVDS_B0B3_POWER_UP | LVDS_CLKB_POWER_UP; else lvds &= ~(LVDS_B0B3_POWER_UP | LVDS_CLKB_POWER_UP); |