Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/link/
H A Dlink_detection.c675 link->dpcd_caps.sink_count.bits.SINK_COUNT = 1; in detect_dp()
1235 link->dpcd_caps.sink_count.bits.SINK_COUNT == 0) { in detect_link_and_local_sink()
1271 if (link->dpcd_caps.sink_count.bits.SINK_COUNT) in detect_link_and_local_sink()
1273 link->dpcd_caps.sink_count.bits.SINK_COUNT; in detect_link_and_local_sink()
1715 if (dc_link->sink_count >= MAX_SINKS_PER_LINK) { in link_add_remote_sink_helper()
1722 dc_link->remote_sinks[dc_link->sink_count] = sink; in link_add_remote_sink_helper()
1723 dc_link->sink_count++; in link_add_remote_sink_helper()
1790 if (!link->sink_count) { in link_remove_remote_sink()
1795 for (i = 0; i < link->sink_count; i++) { in link_remove_remote_sink()
1801 while (i < link->sink_count - 1) { in link_remove_remote_sink()
[all …]
/linux/drivers/gpu/drm/msm/dp/
H A Ddp_link.h74 u8 sink_count; member
H A Ddp_link.c722 link->prev_sink_count = link->msm_dp_link.sink_count; in msm_dp_link_parse_sink_status_field()
728 link->msm_dp_link.sink_count = ret; in msm_dp_link_parse_sink_status_field()
992 if (link->prev_sink_count == link->msm_dp_link.sink_count) in msm_dp_link_process_ds_port_status_change()
997 link->prev_sink_count = link->msm_dp_link.sink_count; in msm_dp_link_process_ds_port_status_change()
/linux/drivers/gpu/drm/display/
H A Ddrm_dp_mst_topology.c4244 if (sc != mgr->sink_count) { in drm_dp_mst_hpd_irq_handle_event()
4245 mgr->sink_count = sc; in drm_dp_mst_hpd_irq_handle_event()