]> sigrok.org Git - sigrok-dumps.git/blame - i2c/edid/README
Add trace with Acer AL711 TFT behind DP-to-HDMI and HDMI-to-VGA adapters
[sigrok-dumps.git] / i2c / edid / README
CommitLineData
4c90e08e
UH
1-------------------------------------------------------------------------------
2EDID
3-------------------------------------------------------------------------------
4
44d68352
SB
5The captures in this directory were taken from the DDC/I2C bus.
6
7For the two Samsung displays below, the logic analyzer was attached to a
8VGA cable, which connects the computer and the display while the EDID data
9was sent across the I2C bus.
fe2f7efc
BV
10
11To decode these, set up a protocol decoder stack like this:
12
44d68352 13 i2c -> edid
fe2f7efc 14
4c90e08e
UH
15Details:
16https://en.wikipedia.org/wiki/Extended_display_identification_data
17https://en.wikipedia.org/wiki/Display_Data_Channel
18
19
20samsung_le46b620r3p.sr / samsung_syncmaster245b.sr
21--------------------------------------------------
22
47cd3c8f 23The logic analyzer used was a Saleae Logic (at 500kHz):
4c90e08e 24
47cd3c8f
UH
25 Probe I2C pin
26 -------------------
4c90e08e
UH
27 1 (black) SDA
28 2 (brown) SCL
29
30
31samsung_syncmaster203b.sr
32-------------------------
33
47cd3c8f 34The logic analyzer used was a Saleae Logic (at 1MHz):
4c90e08e 35
47cd3c8f
UH
36 Probe I2C pin
37 -------------------
4c90e08e
UH
38 1 (black) SCL
39 2 (brown) SDA
40
44d68352
SB
41
42acer_al711_on_dp_dm_hdmi_vga.sr
43-------------------------------
44
45This setup is somewhat more evolved, as it used a computer with a
46dual-mode displayport (DP++), a DP-HDMI (Type 1) adapter, a HDMI DDC
47breakout cable, a HDMI-VGA adapter, and a CRT screen with VGA input.
48
49The logic analyzer was connected to the DDC bus between the two adapters
50above, i.e. on the HDMI connection. As the DP-HDMI adapter uses a level
51shifter between DP and HDMI DDC busses, also the communication between
52computer and the DP adapter is visible (the DDC busses on both side are
53physically connected). The DP-HDMI adapter is visible at I2C address
540x40 and responds with the readonly identifier 'DP-HDMI Adaptor<EOT>'.
55
56The HDMI-VGA adapter modifies the EDID contents from the VGA moniter,
57it adds an CEA extension block at offset 0x80 and notifies the existence
58of the extension block in the first block.