|
Name |
|
Date |
Size |
#Lines |
LOC |
| .. | | - | - |
| data/ | H | 25-Apr-2025 | - | | |
| test/ | H | 25-Apr-2025 | - | 7,837 | 7,153 |
| vs/ | H | 25-Apr-2025 | - | 1,096 | 584 |
| .gitignore | H A D | 25-Apr-2025 | 12 | 2 | 1 |
| Android.bp | H A D | 25-Apr-2025 | 1.6 KiB | 58 | 51 |
| LICENSE | H A D | 25-Apr-2025 | 1.1 KiB | 21 | 17 |
| METADATA | H A D | 25-Apr-2025 | 518 | 18 | 16 |
| MODULE_LICENSE_MIT | HD | 25-Apr-2025 | 0 | | |
| Makefile | H A D | 25-Apr-2025 | 1.1 KiB | 30 | 21 |
| OWNERS | H A D | 25-Apr-2025 | 111 | 6 | 4 |
| README | H A D | 25-Apr-2025 | 1.4 KiB | 54 | 34 |
| calc-gtf-cvt.cpp | H A D | 25-Apr-2025 | 8.5 KiB | 250 | 211 |
| edid-decode.1 | H A D | 25-Apr-2025 | 12.9 KiB | 337 | 314 |
| edid-decode.cpp | H A D | 25-Apr-2025 | 47.8 KiB | 1,795 | 1,546 |
| edid-decode.h | H A D | 25-Apr-2025 | 15.8 KiB | 467 | 367 |
| parse-base-block.cpp | H A D | 25-Apr-2025 | 54.3 KiB | 1,711 | 1,446 |
| parse-cta-block.cpp | H A D | 25-Apr-2025 | 86.4 KiB | 2,575 | 2,258 |
| parse-di-ext-block.cpp | H A D | 25-Apr-2025 | 17 KiB | 500 | 468 |
| parse-displayid-block.cpp | H A D | 25-Apr-2025 | 57.2 KiB | 1,880 | 1,626 |
| parse-ls-ext-block.cpp | H A D | 25-Apr-2025 | 1.7 KiB | 72 | 57 |
| parse-vtb-ext-block.cpp | H A D | 25-Apr-2025 | 1.2 KiB | 43 | 26 |
README
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