From 27f86d693c32e550d9ebf4d6ff05c2d827754c8b Mon Sep 17 00:00:00 2001 From: Alan Hourihane Date: Tue, 31 May 2005 20:27:24 +0000 Subject: missed hunk --- src/i830_driver.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/i830_driver.c b/src/i830_driver.c index 654dc196..e58e566e 100644 --- a/src/i830_driver.c +++ b/src/i830_driver.c @@ -2693,7 +2693,7 @@ I830BIOSPreInit(ScrnInfoPtr pScrn, int flags) xf86DrvMsg(pScrn->scrnIndex, X_INFO, "BIOS Build: %d\n",pI830->bios_version); - if (IS_I915G(pI830) || IS_I915GM(pI830)) + if (IS_I915G(pI830) || IS_I915GM(pI830) || IS_I945G(pI830)) pI830->newPipeSwitch = TRUE; else if (pI830->availablePipes == 2 && pI830->bios_version >= 3062) { -- cgit v1.2.3