Disable FBC on IGD for UMS

It appears the new chip doesn't support FBC currently.

Signed-off-by: Shaohua Li<shaohua.li@intel.com>
Signed-off-by: Zhenyu Wang <zhenyu.z.wang@intel.com>
This commit is contained in:
Shaohua Li 2009-02-23 15:19:25 +08:00 committed by Zhenyu Wang
parent 7b01aa5cc4
commit 8f64837e56
1 changed files with 2 additions and 0 deletions

View File

@ -955,6 +955,8 @@ static inline int i830_fb_compression_supported(I830Ptr pI830)
return FALSE;
if (IS_I810(pI830) || IS_I815(pI830) || IS_I830(pI830))
return FALSE;
if (IS_IGD(pI830))
return FALSE;
/* fbc depends on tiled surface. And we don't support tiled
* front buffer with XAA now.
*/