Sanity check the header of the base edid block
int drm_edid_header_is_valid(const u8 * raw_edid);
raw_edid
pointer to raw base EDID block
Sanity check the header of the base EDID block.
8 if the header is perfect, down to 0 if it's totally wrong.
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