Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xfree86/modes/
H A Dxf86Crtc.c1722 struct cea_data_block *hdmi_db; in xf86ProbeOutputModes() local
1737 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()