Home
last modified time | relevance | path

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

/Linux-v4.19/include/drm/
Ddrm_dp_helper.h501 # define DP_GET_SINK_COUNT(x) ((((x) & 0x80) >> 1) | ((x) & 0x3f)) macro
/Linux-v4.19/drivers/gpu/drm/rockchip/
Dcdn-dp-core.c183 *sink_count = DP_GET_SINK_COUNT(value); in cdn_dp_get_sink_count()
/Linux-v4.19/drivers/gpu/drm/bridge/
Danalogix-anx78xx.c939 if (!DP_GET_SINK_COUNT(value)) { in anx78xx_get_downstream_info()
/Linux-v4.19/drivers/gpu/drm/i915/
Dintel_dp.c3811 intel_dp->sink_count = DP_GET_SINK_COUNT(sink_count); in intel_dp_get_dpcd()