[PATCH 1/3] xfree86: Add a xf86MonitorFindHDMIBlock()
Damien Lespiau
damien.lespiau at intel.com
Mon Dec 16 07:18:01 PST 2013
On Wed, Aug 21, 2013 at 06:38:55PM +0100, Chris Wilson wrote:
> 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.
Oh, yes, indeed it was. It should have been ext[offset]. Addressed in
v3.
> s/(x << 16) + (y << 8) + z/x << 16 | y << 8 | z/
Done in v3.
> -Chris
>
> --
> Chris Wilson, Intel Open Source Technology Centre
More information about the xorg-devel
mailing list