Home
last modified time | relevance | path

Searched refs:dc_connection_mst_branch (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.15/drivers/gpu/drm/amd/display/dc/core/
Ddc_link.c723 link->type = dc_connection_mst_branch; in detect_dp()
736 if (link->type != dc_connection_mst_branch && in detect_dp()
931 if (link->type == dc_connection_mst_branch) { in dc_link_detect_helper()
995 if (pre_connection_type == dc_connection_mst_branch && in dc_link_detect_helper()
996 link->type != dc_connection_mst_branch) in dc_link_detect_helper()
1164 if (link->type == dc_connection_mst_branch) { in dc_link_detect_helper()
3127 bool mst_mode = (link->type == dc_connection_mst_branch); in deallocate_mst_payload()
Ddc_link_dp.c1903 link->type == dc_connection_mst_branch) { in set_dp_mst_mode()
1919 link->type = dc_connection_mst_branch; in set_dp_mst_mode()
/Linux-v5.15/drivers/gpu/drm/amd/display/dc/
Ddc_types.h360 dc_connection_mst_branch, enumerator
/Linux-v5.15/drivers/gpu/drm/amd/display/amdgpu_dm/
Damdgpu_dm.c1688 if (aconnector->dc_link->type == dc_connection_mst_branch && in detect_mst_link_for_all_connectors()
1766 if (aconnector->dc_link->type != dc_connection_mst_branch || in s3_handle_mst()
2786 (dc_link->type == dc_connection_mst_branch)) { in handle_hpd_rx_irq()
2863 if (dc_link->type != dc_connection_mst_branch) in handle_hpd_rx_irq()
Damdgpu_dm_debugfs.c3082 if (aconnector->dc_link->type == dc_connection_mst_branch && in trigger_hpd_mst_set()