EDID (Extended Display Identification Data) is a small data structure a display shares with a source so the source knows what the display can do — supported resolutions, refresh rates, color formats, and audio capabilities. When EDID is read correctly, a source outputs a signal the display can show. When it isn’t, you get no image, the wrong resolution, or missing audio.
How the negotiation works
- On connect (hot-plug), the source reads the display’s EDID over the HDMI/DisplayPort DDC channel.
- The source picks an output format the display advertises support for.
- If the display’s capabilities change, the hot-plug detect (HPD) line signals the source to re-read EDID.
In an AV system, extenders, matrix switchers, and scalers sit between source and display — and each one can pass through, cache, or replace the EDID the source actually sees.
Common failure modes
- No image after switching. A matrix or extender presents a generic EDID the source can’t match, or HPD isn’t asserted so the source never re-reads.
- Wrong resolution. The source falls back to a safe mode (e.g., 640×480 or 1080p) because it received a minimal/default EDID instead of the display’s real one.
- Missing audio. The EDID the source reads doesn’t advertise the display/AVR audio formats.
- HDCP interplay. EDID and HDCP are separate; an EDID that looks fine can still fail if HDCP negotiation doesn’t complete.
How to fix it
- EDID management. Many matrices/extenders let you copy the connected display’s EDID, or select a built-in EDID profile that matches your target format (e.g., “1080p 2ch audio”, “4K60 4:4:4”).
- Copy the real display EDID to upstream devices so every source sees the same capabilities.
- Force a known-good profile when displays differ, choosing the lowest common denominator that still meets requirements.
- Check hot-plug. Ensure devices assert HPD so sources re-read EDID after switching.
- Isolate the chain. Connect the source directly to the display to confirm the display’s native EDID works, then reintroduce each device to find the culprit.
Rule of thumb
Design the EDID strategy deliberately — don’t leave it on “pass-through” and hope. Decide the target format for the system, then make every source see an EDID that advertises exactly that.
