diff options
author | Yannick Heneault <yheneaul@matrox.com> | 2008-10-01 21:39:40 -0400 |
---|---|---|
committer | Yannick Heneault <yheneaul@matrox.com> | 2008-10-01 21:39:40 -0400 |
commit | 01e60b391f39f2ebcf2eeb3be2424a2e291ec8ca (patch) | |
tree | ee10f0f6353d8f067a216f2703ea2d7f391e987b /src | |
parent | a0ebccaa10668bff6a51d9c027cd43e29a030e2b (diff) |
fixed winbond/nuvoton min pll clock to correct value (18.75Mhz).
Diffstat (limited to 'src')
-rw-r--r-- | src/mga_driver.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mga_driver.c b/src/mga_driver.c index 6f55e63..7e84fd4 100644 --- a/src/mga_driver.c +++ b/src/mga_driver.c @@ -2492,6 +2492,9 @@ MGAPreInit(ScrnInfoPtr pScrn, int flags) /* Set the min pixel clock */ pMga->MinClock = 17750; + if (pMga->is_G200WB){ + pMga->MinClock = 18750; + } xf86DrvMsg(pScrn->scrnIndex, X_DEFAULT, "Min pixel clock is %d MHz\n", pMga->MinClock / 1000); /* |