On Wed, Aug 21, 2013 at 06:25:47PM +0100, Damien Lespiau wrote:
> The HDMI CEA vendor specific block has some interesting information,
> such as the maximum TMDS dot clock.
> 
> v2: Don't parse CEA blocks with invalid offsets, remove spurious
>     brackets (Chris Wilson)

But still uses ext[i] which looks very wrong.

s/(x << 16) + (y << 8) + z/x << 16 | y << 8 | z/
-Chris

-- 
Chris Wilson, Intel Open Source Technology Centre
_______________________________________________
[email protected]: X.Org development
Archives: http://lists.x.org/archives/xorg-devel
Info: http://lists.x.org/mailman/listinfo/xorg-devel

Reply via email to