edid-decode: update documentation with new timings.
[edid-decode.git] / README
blob251587a7c59cf8ca9a488882713e06eb0615611f
1 This utility is maintained here:
3 https://git.linuxtv.org/edid-decode.git/
5 To build this do:
7 git clone git://linuxtv.org/edid-decode.git
8 cd edid-decode
9 make
10 make install
12 Patches and bug reports can be sent to the linux-media@vger.kernel.org
13 mailinglist (see https://www.linuxtv.org/lists.php). Please make sure
14 that 'edid-decode' appears in the subject line and don't forget to
15 add a 'Signed-off-by' line when submitting patches!
17 If you don't know what that is, then see:
18 https://elinux.org/Developer_Certificate_Of_Origin
20 New sample EDIDs are welcome. Please note that these must be real
21 EDIDs read from real hardware, so no artificially constructed EDIDs.
23 The naming of EDIDs in the data directory is:
25 <vendor>-<model>-<port>[-tileX]
27 <port> is one of dp, hdmi, vga, dvi
28 When a tile is also specified, then dp should include the DP connector
29 number, e.g. dp1-tile0, dp2-tile1.
31 All lower case.
33 If the EDID was modified by other devices in the chain (e.g. AV Receivers),
34 then name the EDID as:
36 <TV vendor>-<TV model>-<TV port>-<AV vendor>-<AV model>-<AV port>
38 The test directory contains some special input files to verify the
39 edid-decode parser and hand-crafted EDIDs to test rarely seen
40 EDID features.
42 You can find a very large collection of EDIDs here:
43 https://github.com/linuxhw/EDID
45 This collection has been used to test edid-decode.
47 I can also be contacted directly:
49 Hans Verkuil <hverkuil-cisco@xs4all.nl>
51 Regards,
53         Hans