[Intel-gfx] [PATCH 5/5]disable FBC

Shaohua Li shaohua.li at intel.com
Mon Feb 23 08:19:25 CET 2009


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

Signed-off-by: Shaohua Li<shaohua.li at intel.com>
---
 src/i830.h |    2 ++
 1 file changed, 2 insertions(+)

Index: xf86_video_intel/src/i830.h
===================================================================
--- xf86_video_intel.orig/src/i830.h	2009-02-23 14:36:47.000000000 +0800
+++ xf86_video_intel/src/i830.h	2009-02-23 14:37:44.000000000 +0800
@@ -987,6 +987,8 @@ static inline int i830_fb_compression_su
 	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.
      */





More information about the Intel-gfx mailing list