Searched refs:EEXT_REV (Results 1 – 2 of 2) sorted by relevance
583 if (!((edid_ext[EEXT_TAG] == 0x02) && (edid_ext[EEXT_REV] == 0x03))) in edid_lpcm_support()631 if (!((edid_ext[EEXT_TAG] == 0x02) && (edid_ext[EEXT_REV] == 0x03))) in edid_has_hdmi_info()786 if ((eext_tag == 0x02) && (edid_ext[EEXT_REV] == 0x03)) { in show_edid()822 edid_ext[EEXT_REV]); in show_edid()
52 #define EEXT_REV 1 macro