Disable frame buffer compression on new chipset now.

This commit is contained in:
Zhenyu Wang 2008-01-09 21:28:25 +08:00
parent 2f0c0427dc
commit d3b41bcf23
1 changed files with 2 additions and 1 deletions

View File

@ -2510,7 +2510,8 @@ I830ScreenInit(int scrnIndex, ScreenPtr pScreen, int argc, char **argv)
}
/* Enable FB compression if possible */
if (i830_fb_compression_supported(pI830) && !IS_I965GM(pI830))
if (i830_fb_compression_supported(pI830) && !IS_I965GM(pI830)
&& !IS_IGD_GM(pI830))
pI830->fb_compression = TRUE;
else
pI830->fb_compression = FALSE;