xserver-multidpi/hw/xfree86/ddc
Damien Lespiau a279fb3ff3 xfree86: Add a xf86MonitorFindHDMIBlock()
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)

v3: Fix the looping through the CEA data blocks, it had a typo using the
    wrong variable coming from the code it was ported from.
    Replace x << 16 + y << 8 + z by x << 16 | y << 8 | z
    (Chris Wilson)

v4: Remove the stray ';' at the end of "if (*end == 0)".
    (Dominik Behr on IRC)

Reviewed-by: Chris Wilson <chris at chris-wilson.co.uk>
Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
2014-01-07 17:24:38 +00:00
..
ddc.c Avoid memory leak in ddc resort() if find_header() fails 2013-02-05 18:35:03 -08:00
DDC.HOWTO Fix some documentation typos 2008-03-03 16:11:05 -05:00
ddcProperty.c Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
edid.h Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
interpret_edid.c xfree86: Add a xf86MonitorFindHDMIBlock() 2014-01-07 17:24:38 +00:00
Makefile.am Replace INCLUDES with AM_CPPFLAGS 2013-08-06 13:08:13 +10:00
print_edid.c Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
xf86DDC.h xfree86: Add a xf86MonitorFindHDMIBlock() 2014-01-07 17:24:38 +00:00