xf86-video-intel: src/i830.h

Zhenyu Wang zhen at kemper.freedesktop.org
Mon Jul 6 01:26:38 PDT 2009


 src/i830.h |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 7e722ada533777c5e9ddf44bb4d770bacf8e13bf
Author: Zhenyu Wang <zhenyuw at linux.intel.com>
Date:   Mon Jul 6 16:25:13 2009 +0800

    Disable FBC on IGDNG
    
    Don't make FBC count for memory allocation.
    
    Signed-off-by: Zhenyu Wang <zhenyuw at linux.intel.com>

diff --git a/src/i830.h b/src/i830.h
index 25ed424..dc5e0c8 100644
--- a/src/i830.h
+++ b/src/i830.h
@@ -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.
      */


More information about the xorg-commit mailing list