Searched refs:EDID_BLOCK_SIZE (Results 1 – 1 of 1) sorted by relevance
52 #define EDID_BLOCK_SIZE 128 macro117 UINT8 EdidData[EDID_BLOCK_SIZE * 2]; in ReadEdidData()121 for (Index = 0; Index < EDID_BLOCK_SIZE * 2; Index ++) { in ReadEdidData()130 for (Index = 0; Index < EDID_BLOCK_SIZE * 2; Index ++, ValidEdid ++) { in ReadEdidData()144 EDID_BLOCK_SIZE, in ReadEdidData()154 *EdidSize = EDID_BLOCK_SIZE; in ReadEdidData()245 for (Index = 0; Index < EDID_BLOCK_SIZE; Index ++) { in ParseEdidData()373 EdidOverrideDataBlock = AllocatePool (EDID_BLOCK_SIZE * 2); in CirrusLogic5430VideoModeSetup()