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

/solaris-x11-s11/open-src/kernel/drm/src/
H A Ddrm_edid.c2457 connector->latency_present[0] = db[8] >> 7;
2458 connector->latency_present[1] = (db[8] >> 6) & 1;
2476 (int) connector->latency_present[0],
2477 (int) connector->latency_present[1],
2661 if (!connector->latency_present[0])
2663 if (!connector->latency_present[1])
/solaris-x11-s11/open-src/kernel/sys/drm/
H A Ddrm_crtc.h576 * @latency_present: AV delay info from ELD, if found
627 bool latency_present[2]; member in struct:drm_connector

Completed in 67 milliseconds