1. NAME

drm_add_edid_modes - add modes from EDID data, if available

2. SYNOPSIS

int drm_add_edid_modes(struct drm_connector *  connector , struct edid *  edid );

3. ARGUMENTS

connector
    connector weAqre probing

edid
    edid data

4. DESCRIPTION

Add the specified modes to the connectorAqs mode list.

Return number of modes added or 0 if we couldnAqt find any.

5. AUTHORS

Jesse Barnes <>
Intel Corporation,
    Initial version

Laurent Pinchart <>
Ideas on board SPRL,
    Driver internals

6. COPYRIGHT