Searched refs:hdmi_db (Results 1 – 1 of 1) sorted by relevance
1722 struct cea_data_block *hdmi_db; in xf86ProbeOutputModes() local1737 hdmi_db = xf86MonitorFindHDMIBlock(edid_monitor); in xf86ProbeOutputModes()1738 if (hdmi_db && hdmi_db->len >= 7) { in xf86ProbeOutputModes()1739 int tmds_freq = hdmi_db->u.vendor.hdmi.max_tmds_clock * 5000; in xf86ProbeOutputModes()