Home
last modified time | relevance | path

Searched refs:hdmi_id (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/dev/drm2/
H A Ddrm_edid.c1683 int hdmi_id; in cea_db_is_hdmi_vsdb() local
1691 hdmi_id = db[1] | (db[2] << 8) | (db[3] << 16); in cea_db_is_hdmi_vsdb()
1693 return hdmi_id == HDMI_IDENTIFIER; in cea_db_is_hdmi_vsdb()