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

The 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

Daniel Vetter <[email protected]>

Intel Corporation,

Contributions all over the place

COPYRIGHT