Home
last modified time | relevance | path

Searched defs:HdmiEdidFirstBlockInfo (Results 1 – 1 of 1) sorted by relevance

/drivers/hdf_core/framework/support/platform/include/hdmi/
Dhdmi_edid.h266 struct HdmiEdidFirstBlockInfo { struct
267 uint8_t header[HDMI_EDID_BLOCK_HEADER_FIELD_LEN];
268 uint8_t vendorName[HDMI_EDID_MANUFACRURER_NAME_FIELD_LEN];
269 uint8_t productCode[HDMI_EDID_PRODUCT_CODE_FIELD_LEN];
270 uint8_t serialNumber[HDMI_EDID_SERIAL_NUMBER_FIELD_LEN];
271 uint8_t week; /*
275 uint8_t year; /* This value is determined by the actual year of production minus 1990. */
276 uint8_t version;
277 uint8_t revision;
278 uint8_t videoInput;
[all …]