summaryrefslogtreecommitdiff
path: root/src/mga_g450pll.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mga_g450pll.c')
-rw-r--r--src/mga_g450pll.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/mga_g450pll.c b/src/mga_g450pll.c
index 69f0497..7407d14 100644
--- a/src/mga_g450pll.c
+++ b/src/mga_g450pll.c
@@ -274,11 +274,10 @@ static CARD32 G450IsPllLocked(ScrnInfoPtr pScrn, Bool *lpbLocked)
MGAPtr pMga = MGAPTR(pScrn);
- /* Pixel PLL */
if (!pMga->SecondCrtc)
- OUTREG8(0x3c00, 0x4f); /* Pixel PLL */
+ OUTREG8(0x3c00, MGA1064_PIX_PLL_STAT);
else
- OUTREG8(0x3c00, 0x8c); /* Video PLL */
+ OUTREG8(0x3c00, MGA1064_VID_PLL_STAT);
ulFallBackCounter = 0;