From 005d121d280ff4502f4d6e3d3d585ff0175367bb Mon Sep 17 00:00:00 2001 From: Alan Hourihane Date: Tue, 31 May 2005 20:29:01 +0000 Subject: and another. sheesh. --- src/i830_driver.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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; -- cgit v1.2.3