Detect whether monitor is hdmi
bool drm_detect_hdmi_monitor(struct edid * edid);
edid
monitor EDID information
Parse the CEA extension according to CEA-861-B.
True if the monitor is HDMI, false if not or unknown.
Jesse Barnes <[email protected]>
Intel Corporation,
Initial version
Laurent Pinchart <[email protected]>
Ideas on board SPRL,
Driver internals
Daniel Vetter <[email protected]>
Intel Corporation,
Contributions all over the place