On Fri, Sep  3, 2010 at 09:33:19 +0800, Huang, FrankR wrote:

> Otavio,
> 
>       I saw this thread from top to the end.
>       Is it because the patch
>               
> http://cgit.freedesktop.org/xorg/driver/xf86-video-geode/commit/?id=e9447f5335681a78cf87ebf8c9659a6fecfc9746
>       block the geode driver to be accepted?
>       If that is so, can we agree with the suggestion from Julien?
>               if ((pGeode->Output & (OUTPUT_PANEL | OUTPUT_DCON)) ==
>               (OUTPUT_PANEL | OUTPUT_DCON))
> 
Well, or you could make it if (pGeode->Output == (OUTPUT_PANEL |
OUTPUT_DCON)).  Or alternatively, explain why the existing code is
correct.

Another question is whether your EXA composite paths are reliable enough
now, or whether we'd better disable them for release.

Cheers,
Julien

Attachment: signature.asc
Description: Digital signature

Reply via email to