Searched refs:tmds_freq (Results 1 – 9 of 9) sorted by relevance
1739 int tmds_freq = hdmi_db->u.vendor.hdmi.max_tmds_clock * 5000; in xf86ProbeOutputModes() local1741 "HDMI max TMDS frequency %dKHz\n", tmds_freq); in xf86ProbeOutputModes()1742 if (tmds_freq > max_clock) in xf86ProbeOutputModes()1743 max_clock = tmds_freq; in xf86ProbeOutputModes()
1751 int tmds_freq = hdmi_db->u.vendor.hdmi.max_tmds_clock * 5000; in xf86ProbeOutputModes() local1753 "HDMI max TMDS frequency %dKHz\n", tmds_freq); in xf86ProbeOutputModes()1754 if (tmds_freq > max_clock) in xf86ProbeOutputModes()1755 max_clock = tmds_freq; in xf86ProbeOutputModes()