Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/gpu/drm/msm/dp/
Ddp_panel.c189 count = DP_GET_SINK_COUNT(count); in dp_panel_read_sink_caps()
Ddp_link.c738 DP_GET_SINK_COUNT(link->dp_link.sink_count); in dp_link_parse_sink_count()
/Linux-v6.1/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-v6.1/include/drm/display/
Ddrm_dp.h716 # define DP_GET_SINK_COUNT(x) ((((x) & 0x80) >> 1) | ((x) & 0x3f)) macro
/Linux-v6.1/drivers/gpu/drm/rockchip/
Dcdn-dp-core.c183 *sink_count = DP_GET_SINK_COUNT(value); in cdn_dp_get_sink_count()
/Linux-v6.1/drivers/gpu/drm/bridge/
Dite-it6505.c2275 dpcd_sink_count = DP_GET_SINK_COUNT(ret); in it6505_process_hpd_irq()
2648 it6505->sink_count = DP_GET_SINK_COUNT(dp_sink_count); in it6505_detect()
/Linux-v6.1/drivers/gpu/drm/mediatek/
Dmtk_dp.c1957 if (DP_GET_SINK_COUNT(sink_count)) in mtk_dp_bdg_detect()
/Linux-v6.1/drivers/gpu/drm/display/
Ddrm_dp_helper.c1571 return DP_GET_SINK_COUNT(count); in drm_dp_read_sink_count()
Ddrm_dp_mst_topology.c4058 sc = DP_GET_SINK_COUNT(esi[0]); in drm_dp_mst_hpd_irq()