Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/gpu/drm/msm/dp/
Ddp_panel.c182 count = DP_GET_SINK_COUNT(count); in dp_panel_read_sink_caps()
Ddp_link.c733 DP_GET_SINK_COUNT(link->dp_link.sink_count); in dp_link_parse_sink_count()
/Linux-v5.10/drivers/gpu/drm/bridge/analogix/
Danalogix-anx6345.c446 if (!DP_GET_SINK_COUNT(value)) { in anx6345_get_downstream_info()
Danalogix-anx78xx.c817 if (!DP_GET_SINK_COUNT(value)) { in anx78xx_get_downstream_info()
/Linux-v5.10/include/drm/
Ddrm_dp_helper.h585 # define DP_GET_SINK_COUNT(x) ((((x) & 0x80) >> 1) | ((x) & 0x3f)) macro
/Linux-v5.10/drivers/gpu/drm/rockchip/
Dcdn-dp-core.c175 *sink_count = DP_GET_SINK_COUNT(value); in cdn_dp_get_sink_count()
/Linux-v5.10/drivers/gpu/drm/
Ddrm_dp_helper.c1154 return DP_GET_SINK_COUNT(count); in drm_dp_read_sink_count()