[PATCH 1/3] xfree86: Add a xf86MonitorFindHDMIBlock()

Chris Wilson chris at chris-wilson.co.uk
Wed Aug 21 10:38:55 PDT 2013


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


More information about the xorg-devel mailing list