drm_edid_to_eld(9) build ELD from EDID

SYNOPSIS

void drm_edid_to_eld(struct drm_connector * connector, struct edid * edid);

ARGUMENTS

connector

connector corresponding to the HDMI/DP sink

edid

EDID to parse

DESCRIPTION

Fill the ELD (EDID-Like Data) buffer for passing to the audio driver.

SOME ELD FIELDS ARE LEFT TO THE GRAPHICS DRIVER CALLER

- Conn_Type - HDCP - Port_ID

AUTHORS

Jesse Barnes <[email protected]>
Intel Corporation,         
        

Initial version

Laurent Pinchart <[email protected]>
Ideas on board SPRL,         
        

Driver internals

COPYRIGHT