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

Zhenyu Wang zhenyuw at linux.intel.com
Fri Apr 24 03:04:28 CEST 2009


On 2009.02.23 15:19:25 +0800, Shaohua Li wrote:
> 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.
>       */
> 

I've pushed this one. It seems that recent board of this IGD doesn't
support FBC too, as noted by Shaohua.

-- 
Open Source Technology Center, Intel ltd.

$gpg --keyserver wwwkeys.pgp.net --recv-keys 4D781827
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 197 bytes
Desc: Digital signature
URL: <http://lists.freedesktop.org/archives/intel-gfx/attachments/20090424/57ea4ecb/attachment.sig>


More information about the Intel-gfx mailing list