missed hunk
This commit is contained in:
parent
27feb0f347
commit
27f86d693c
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue