Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/bridge/analogix/
H A Danalogix-anx6345.c417 if (!DP_GET_SINK_COUNT(value)) { in anx6345_get_downstream_info()
H A Danalogix-anx78xx.c789 if (!DP_GET_SINK_COUNT(value)) { in anx78xx_get_downstream_info()
/linux/include/drm/display/
H A Ddrm_dp.h785 # define DP_GET_SINK_COUNT(x) ((((x) & 0x80) >> 1) | ((x) & 0x3f)) macro
/linux/drivers/gpu/drm/rockchip/
H A Dcdn-dp-core.c185 *sink_count = DP_GET_SINK_COUNT(value); in cdn_dp_get_sink_count()
/linux/drivers/gpu/drm/bridge/
H A Dite-it6505.c2443 dpcd_sink_count = DP_GET_SINK_COUNT(ret); in it6505_process_hpd_irq()
2520 it6505->sink_count = DP_GET_SINK_COUNT(dp_sink_count); in it6505_irq_hpd()
2851 it6505->sink_count = DP_GET_SINK_COUNT(dp_sink_count); in it6505_detect()
/linux/drivers/gpu/drm/display/
H A Ddrm_dp_mst_topology.c4238 sc = DP_GET_SINK_COUNT(esi[0]); in drm_dp_mst_hpd_irq_handle_event()