intel_bios_is_valid_vbt(9) does the given buffer contain a valid VBT

SYNOPSIS

bool intel_bios_is_valid_vbt(const void * buf, size_t size);

ARGUMENTS

buf

pointer to a buffer to validate

size

size of the buffer

DESCRIPTION

Returns true on valid VBT.

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