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

/solaris-x11-s12/open-src/kernel/drm/src/
H A Ddrm_edid.c2459 connector->latency_present[0] = db[8] >> 7;
2460 connector->latency_present[1] = (db[8] >> 6) & 1;
2478 (int) connector->latency_present[0],
2479 (int) connector->latency_present[1],
2663 if (!connector->latency_present[0])
2665 if (!connector->latency_present[1])
/solaris-x11-s12/open-src/kernel/sys/drm/
H A Ddrm_crtc.h578 * @latency_present: AV delay info from ELD, if found
629 bool latency_present[2]; member in struct:drm_connector

Completed in 45 milliseconds