drm_add_edid_modes(9) add modes from EDID data, if available

SYNOPSIS

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

ARGUMENTS

connector

connector we're probing

edid

edid data

DESCRIPTION

Add the specified modes to the connector's mode list.

Return number of modes added or 0 if we couldn't find any.

AUTHORS

Jesse Barnes <[email protected]>
Intel Corporation,         
        

Initial version

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

Driver internals

COPYRIGHT