Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/gpu/drm/amd/display/amdgpu_dm/
A Damdgpu_dm_helpers.c200 if (!aconnector || !aconnector->mst_root) in dm_helpers_dp_mst_write_payload_allocation_table()
203 mst_mgr = &aconnector->mst_root->mst_mgr; in dm_helpers_dp_mst_write_payload_allocation_table()
252 if (!aconnector || !aconnector->mst_root) in dm_helpers_dp_mst_poll_for_allocation_change_trigger()
255 mst_mgr = &aconnector->mst_root->mst_mgr; in dm_helpers_dp_mst_poll_for_allocation_change_trigger()
283 if (!aconnector || !aconnector->mst_root) in dm_helpers_dp_mst_send_payload_allocation()
286 mst_mgr = &aconnector->mst_root->mst_mgr; in dm_helpers_dp_mst_send_payload_allocation()
A Damdgpu_dm_mst_types.c165 struct amdgpu_dm_connector *root = aconnector->mst_root; in amdgpu_dm_mst_connector_early_unregister()
236 aconnector->dsc_aux = &aconnector->mst_root->dm_dp_aux.aux; in validate_dsc_caps_on_connector()
286 …edid = drm_dp_mst_get_edid(connector, &aconnector->mst_root->mst_mgr, aconnector->mst_output_port); in dm_dp_mst_get_modes()
421 struct amdgpu_dm_connector *master = aconnector->mst_root; in dm_dp_mst_detect()
489 struct drm_dp_mst_topology_mgr *mst_mgr = &aconnector->mst_root->mst_mgr; in dm_dp_mst_atomic_check()
553 aconnector->mst_root = master; in dm_dp_add_mst_connector()
A Damdgpu_dm.h640 struct amdgpu_dm_connector *mst_root; member
A Damdgpu_dm_debugfs.c1253 if (aconnector->mst_root) { in trigger_hotplug()
2512 } else if (aconnector->mst_root && in dp_is_mst_connector_show()
2513 aconnector->mst_root->mst_mgr.mst_state) { in dp_is_mst_connector_show()
2517 mgr = &aconnector->mst_root->mst_mgr; in dp_is_mst_connector_show()
3365 if (!aconnector->mst_root) in trigger_hpd_mst_set()
3370 drm_dp_mst_topology_mgr_set_mst(&aconnector->mst_root->mst_mgr, false); in trigger_hpd_mst_set()
A Damdgpu_dm.c2299 aconnector->mst_root) in s3_handle_mst()
6723 mst_mgr = &aconnector->mst_root->mst_mgr; in dm_encoder_helper_atomic_check()
6733 mst_state->pbn_div = dm_mst_get_pbn_divider(aconnector->mst_root->dc_link); in dm_encoder_helper_atomic_check()
7244 if (!aconnector->mst_root) in amdgpu_dm_connector_init_helper()
7262 if (!aconnector->mst_root) in amdgpu_dm_connector_init_helper()
9789 if (!aconnector->mst_output_port || !aconnector->mst_root) in add_affected_mst_dsc_crtcs()
9798 return drm_dp_mst_add_affected_dsc_crtcs(state, &aconnector->mst_root->mst_mgr); in add_affected_mst_dsc_crtcs()
/linux-6.3-rc2/drivers/gpu/drm/amd/amdgpu/
A Damdgpu_mode.h553 struct amdgpu_connector *mst_root; member

Completed in 37 milliseconds