Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/gpu/drm/msm/dp/
H A Ddp_panel.c182 count = DP_GET_SINK_COUNT(count); in dp_panel_read_sink_caps()
H A Ddp_link.c734 DP_GET_SINK_COUNT(link->dp_link.sink_count); in dp_link_parse_sink_count()
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/dp/
H A Ddp_panel.c212 count = DP_GET_SINK_COUNT(count); in dp_panel_read_sink_caps()
H A Ddp_link.c742 DP_GET_SINK_COUNT(link->dp_link.sink_count); in dp_link_parse_sink_count()
/kernel/linux/linux-5.10/drivers/gpu/drm/bridge/analogix/
H A Danalogix-anx6345.c446 if (!DP_GET_SINK_COUNT(value)) { in anx6345_get_downstream_info()
H A Danalogix-anx78xx.c817 if (!DP_GET_SINK_COUNT(value)) { in anx78xx_get_downstream_info()
/kernel/linux/linux-6.6/drivers/gpu/drm/bridge/analogix/
H A Danalogix-anx6345.c445 if (!DP_GET_SINK_COUNT(value)) { in anx6345_get_downstream_info()
H A Danalogix-anx78xx.c817 if (!DP_GET_SINK_COUNT(value)) { in anx78xx_get_downstream_info()
/kernel/linux/linux-6.6/drivers/gpu/drm/bridge/
H A Dite-it6505.c2284 dpcd_sink_count = DP_GET_SINK_COUNT(ret); in it6505_process_hpd_irq()
2356 it6505->sink_count = DP_GET_SINK_COUNT(dp_sink_count); in it6505_irq_hpd()
2660 it6505->sink_count = DP_GET_SINK_COUNT(dp_sink_count); in it6505_detect()
/kernel/linux/linux-5.10/drivers/gpu/drm/
H A Ddrm_dp_helper.c1161 return DP_GET_SINK_COUNT(count); in drm_dp_read_sink_count()
/kernel/linux/linux-5.10/drivers/gpu/drm/rockchip/
H A Dcdn-dp-core.c176 *sink_count = DP_GET_SINK_COUNT(value); in cdn_dp_get_sink_count()
/kernel/linux/linux-5.10/include/drm/
H A Ddrm_dp_helper.h585 # define DP_GET_SINK_COUNT(x) ((((x) & 0x80) >> 1) | ((x) & 0x3f)) macro
/kernel/linux/linux-6.6/include/drm/display/
H A Ddrm_dp.h726 # define DP_GET_SINK_COUNT(x) ((((x) & 0x80) >> 1) | ((x) & 0x3f)) macro
/kernel/linux/linux-6.6/drivers/gpu/drm/rockchip/
H A Dcdn-dp-core.c183 *sink_count = DP_GET_SINK_COUNT(value); in cdn_dp_get_sink_count()
/kernel/linux/linux-6.6/drivers/gpu/drm/display/
H A Ddrm_dp_helper.c1571 return DP_GET_SINK_COUNT(count); in drm_dp_read_sink_count()
H A Ddrm_dp_mst_topology.c4082 sc = DP_GET_SINK_COUNT(esi[0]); in drm_dp_mst_hpd_irq_handle_event()
/kernel/linux/linux-6.6/drivers/gpu/drm/mediatek/
H A Dmtk_dp.c2021 if (DP_GET_SINK_COUNT(sink_count)) in mtk_dp_bdg_detect()

Completed in 45 milliseconds