1. NAME

drm_edid_to_eld - build ELD from EDID

2. SYNOPSIS

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

3. ARGUMENTS

connector
    connector corresponding to the HDMI/DP sink

edid
    EDID to parse

4. DESCRIPTION

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

5. SOME ELD FIELDS ARE LEFT TO THE GRAPHICS DRIVER CALLER

- Conn_Type - HDCP - Port_ID

6. AUTHORS

Jesse Barnes <>
Intel Corporation,
    Initial version

Laurent Pinchart <>
Ideas on board SPRL,
    Driver internals

7. COPYRIGHT