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 _______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel
