diff options
-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) { |