SYNOPSIS
- int drm_edid_header_is_valid(const u8 * raw_edid);
ARGUMENTS
raw_edid
-
- pointer to raw base EDID block
DESCRIPTION
Sanity check the header of the base EDID block.
RETURN
8 if the header is perfect, down to 0 if it's totally wrong.
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
Lukas Wunner <[email protected]>
- vga_switcheroo documentation
COPYRIGHT