SYNOPSIS

bool drm_edid_is_valid(struct edid * edid);

ARGUMENTS

edid

EDID data

DESCRIPTION

Sanity-check an entire EDID record (including extensions)

RETURN

True if the EDID data is valid, false otherwise.

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