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