diff options
author | Alan Hourihane <alanh@fairlite.demon.co.uk> | 2005-05-31 20:29:01 +0000 |
---|---|---|
committer | Alan Hourihane <alanh@fairlite.demon.co.uk> | 2005-05-31 20:29:01 +0000 |
commit | 005d121d280ff4502f4d6e3d3d585ff0175367bb (patch) | |
tree | 628576860f150b77fdfbd17364fe4ff8b3ace26c | |
parent | 27f86d693c32e550d9ebf4d6ff05c2d827754c8b (diff) |
and another. sheesh.XORG-6_8_99_10
-rw-r--r-- | src/i830_driver.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/i830_driver.c b/src/i830_driver.c index e58e566e..078707a9 100644 --- a/src/i830_driver.c +++ b/src/i830_driver.c @@ -2222,7 +2222,7 @@ I830BIOSPreInit(ScrnInfoPtr pScrn, int flags) if (pI830->PciInfo->chipType == PCI_CHIP_E7221_G) pI830->availablePipes = 1; else - if (IS_MOBILE(pI830) || IS_I915G(pI830)) + if (IS_MOBILE(pI830) || IS_I915G(pI830) || IS_I945G(pI830)) pI830->availablePipes = 2; else pI830->availablePipes = 1; |