diff options
author | Hans Verkuil <hverkuil-cisco@xs4all.nl> | 2019-11-24 11:49:39 +0100 |
---|---|---|
committer | Hans Verkuil <hverkuil-cisco@xs4all.nl> | 2019-11-24 11:55:50 +0100 |
commit | 396ef80041af79d6030a9b138b74017118828f3f (patch) | |
tree | 0c4d4278886f7bbe47ed382b1fd0793eb3569366 /README | |
parent | 8108c45fea0eb05c73615fbd765a1ebb80b20b6a (diff) |
data: rename four sample EDIDs
The Dell EDIDs didn't conform to the EDID naming in this directory.
The same was true for the LG EDID. I'm guessing it was tested with
the DVI connector, not the VGA connector. Unfortunately, this was
never specified in the original commit, so this is just a guess.
The elo-4600L-hdmi EDID contained an upper case L which should be
a lower case l.
Also documented the naming convention in the README file.
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Diffstat (limited to 'README')
-rw-r--r-- | README | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -15,6 +15,19 @@ that 'edid-decode' appears in the subject line. Please add a 'Signed-off-by' line when submitting patches! +New sample EDIDs are welcome. Please note that these must be real +EDIDs read from real hardware, so no artificially constructed EDIDs. + +The naming of EDIDs in the data directory is: + +<vendor>-<model>-<port>[-tileX] + +<port> is one of dp, hdmi, vga, dvi +When a tile is also specified, then dp should include the DP connector +number, e.g. dp1-tile0, dp2-tile1. + +All lower case. + I can also be contacted directly: Hans Verkuil <hverkuil-cisco@xs4all.nl> |