Disable FBC on IGDNG

Don't make FBC count for memory allocation.

Signed-off-by: Zhenyu Wang <zhenyuw@linux.intel.com>
This commit is contained in:
Zhenyu Wang 2009-07-06 16:25:13 +08:00
parent 7422714192
commit 7e722ada53
1 changed files with 2 additions and 0 deletions

View File

@ -839,6 +839,8 @@ static inline int i830_fb_compression_supported(I830Ptr pI830)
return FALSE;
if (IS_IGD(pI830))
return FALSE;
if (IS_IGDNG(pI830))
return FALSE;
/* fbc depends on tiled surface. And we don't support tiled
* front buffer with unaccelerated.
*/