Home
last modified time | relevance | path

Searched refs:mst_root (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_helpers.c288 if (!aconnector || !aconnector->mst_root) in dm_helpers_dp_mst_write_payload_allocation_table()
291 mst_mgr = &aconnector->mst_root->mst_mgr; in dm_helpers_dp_mst_write_payload_allocation_table()
349 if (!aconnector || !aconnector->mst_root) in dm_helpers_dp_mst_poll_for_allocation_change_trigger()
352 mst_mgr = &aconnector->mst_root->mst_mgr; in dm_helpers_dp_mst_poll_for_allocation_change_trigger()
379 if (!aconnector || !aconnector->mst_root) in dm_helpers_dp_mst_send_payload_allocation()
382 mst_mgr = &aconnector->mst_root->mst_mgr; in dm_helpers_dp_mst_send_payload_allocation()
412 if (!aconnector || !aconnector->mst_root) in dm_helpers_dp_mst_update_mst_mgr_for_deallocation()
415 mst_mgr = &aconnector->mst_root->mst_mgr; in dm_helpers_dp_mst_update_mst_mgr_for_deallocation()
H A Damdgpu_dm_crc.c138 if (sort_connector[idx]->mst_root) { in update_phy_id_mapping()
143 if (sort_connector[idx_2]->mst_root == sort_connector[idx]->mst_root) in update_phy_id_mapping()
205 if (sort_connector[idx]->mst_root) { in update_phy_id_mapping()
252 if (aconnector->mst_root && in get_phy_id()
253 aconnector->mst_root->mst_mgr.mst_primary == NULL) { in get_phy_id()
H A Damdgpu_dm_mst_types.c202 struct amdgpu_dm_connector *root = aconnector->mst_root; in amdgpu_dm_mst_connector_early_unregister()
289 aconnector->dsc_aux = &aconnector->mst_root->dm_dp_aux.aux; in validate_dsc_caps_on_connector()
373 &aconnector->mst_root->mst_mgr, in dm_dp_mst_get_modes()
515 struct amdgpu_dm_connector *master = aconnector->mst_root; in dm_dp_mst_detect()
585 struct drm_dp_mst_topology_mgr *mst_mgr = &aconnector->mst_root->mst_mgr; in dm_dp_mst_atomic_check()
651 aconnector->mst_root = master; in dm_dp_add_mst_connector()
H A Damdgpu_dm_debugfs.c353 if (aconnector->mst_root && aconnector->mst_root->mst_mgr.mst_state) { in dp_mst_is_end_device()
354 mgr = &aconnector->mst_root->mst_mgr; in dp_mst_is_end_device()
1485 if (aconnector->mst_root) { in trigger_hotplug()
2838 } else if (aconnector->mst_root && in dp_is_mst_connector_show()
2839 aconnector->mst_root->mst_mgr.mst_state) { in dp_is_mst_connector_show()
2843 mgr = &aconnector->mst_root->mst_mgr; in dp_is_mst_connector_show()
4046 if (!aconnector->mst_root) in trigger_hpd_mst_set()
4051 drm_dp_mst_topology_mgr_set_mst(&aconnector->mst_root->mst_mgr, false); in trigger_hpd_mst_set()
H A Damdgpu_dm.h792 struct amdgpu_dm_connector *mst_root; member
H A Damdgpu_dm.c2872 aconnector->mst_root) in s3_handle_mst()
3616 if (aconnector->mst_root) in dm_resume()
3662 aconnector->mst_root) in dm_resume()
8452 mst_mgr = &aconnector->mst_root->mst_mgr; in dm_encoder_helper_atomic_check()
8461 mst_state->pbn_div.full = dm_mst_get_pbn_divider(aconnector->mst_root->dc_link); in dm_encoder_helper_atomic_check()
9028 || (connector_type == DRM_MODE_CONNECTOR_DisplayPort && !aconnector->mst_root)) in amdgpu_dm_connector_init_helper()
9041 if (!aconnector->mst_root) in amdgpu_dm_connector_init_helper()
9055 } else if ((connector_type == DRM_MODE_CONNECTOR_DisplayPort && !aconnector->mst_root) || in amdgpu_dm_connector_init_helper()
9066 if (!aconnector->mst_root) in amdgpu_dm_connector_init_helper()
12252 if (!aconnector->mst_output_port || !aconnector->mst_root) in add_affected_mst_dsc_crtcs()
[all …]
/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_mode.h648 struct amdgpu_connector *mst_root; member