diff options
author | Alan Hourihane <alanh@fairlite.demon.co.uk> | 2005-05-31 20:27:24 +0000 |
---|---|---|
committer | Alan Hourihane <alanh@fairlite.demon.co.uk> | 2005-05-31 20:27:24 +0000 |
commit | 27f86d693c32e550d9ebf4d6ff05c2d827754c8b (patch) | |
tree | 43a02a7765f8df2abe93226b6de4a1cac3b84a5c | |
parent | 27feb0f3474c1e21557225e10b13558e002c0ebf (diff) |
missed hunk
-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 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) { |