Add modes from edid data, if available
int drm_add_edid_modes(struct drm_connector * connector, struct edid * edid);
connector
connector we're probing
edid
EDID data
Add the specified modes to the connector's mode list.
The number of modes added or 0 if we couldn't find any.
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