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

/freebsd-11-stable/sys/dev/drm2/
H A Ddrm_dp_helper.h224 # define DP_GET_SINK_COUNT(x) ((((x) & 0x80) >> 1) | ((x) & 0x3f)) macro
/freebsd-11-stable/sys/dev/drm2/i915/
H A Dintel_dp.c2193 return DP_GET_SINK_COUNT(reg) ? connector_status_connected

Completed in 62 milliseconds