Build eld from edid
void drm_edid_to_eld(struct drm_connector * connector, struct edid * edid);
connector
connector corresponding to the HDMI/DP sink
edid
EDID to parse
Fill the ELD (EDID-Like Data) buffer for passing to the audio driver. The Conn_Type, HDCP and Port_ID ELD fields are left for the graphics driver to fill in.
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