Home
last modified time | relevance | path

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

/Linux-v5.4/include/drm/
Ddrm_dp_helper.h520 # define DP_GET_SINK_COUNT(x) ((((x) & 0x80) >> 1) | ((x) & 0x3f)) macro
/Linux-v5.4/drivers/gpu/drm/rockchip/
Dcdn-dp-core.c174 *sink_count = DP_GET_SINK_COUNT(value); in cdn_dp_get_sink_count()
/Linux-v5.4/drivers/gpu/drm/bridge/
Danalogix-anx78xx.c929 if (!DP_GET_SINK_COUNT(value)) { in anx78xx_get_downstream_info()
/Linux-v5.4/drivers/gpu/drm/i915/display/
Dintel_dp.c4343 intel_dp->sink_count = DP_GET_SINK_COUNT(count); in intel_dp_get_dpcd()