MdePkg[all]  1.08
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
EFI_EDID_DISCOVERED_PROTOCOL Struct Reference

Data Fields

UINT32 SizeOfEdid
 
UINT8Edid
 

Detailed Description

This protocol contains the EDID information retrieved from a video output device.

Field Documentation

UINT8* EFI_EDID_DISCOVERED_PROTOCOL::Edid

A pointer to a read-only array of bytes that contains the EDID information for an active video output device. This pointer is NULL if no EDID information is available for the video output device. The minimum size of a valid Edid buffer is 128 bytes. EDID information is defined in the E-EDID EEPROM specification published by VESA (www.vesa.org).

UINT32 EFI_EDID_DISCOVERED_PROTOCOL::SizeOfEdid

The size, in bytes, of the Edid buffer. 0 if no EDID information is available from the video output device. Otherwise, it must be a minimum of 128 bytes.