Searched refs:latency_present (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/sys/dev/drm2/
H A Ddrm_edid.c1649 connector->latency_present[0] = db[8] >> 7;
1650 connector->latency_present[1] = (db[8] >> 6) & 1;
1668 (int) connector->latency_present[0],
1669 (int) connector->latency_present[1],
1796 if (!connector->latency_present[0])
1798 if (!connector->latency_present[1])
H A Ddrm_crtc.h552 * @latency_present: AV delay info from ELD, if found
606 bool latency_present[2]; member in struct:drm_connector

Completed in 57 milliseconds