Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_helpers.c269 if (!aconnector || !aconnector->mst_root) in dm_helpers_dp_mst_write_payload_allocation_table()
272 mst_mgr = &aconnector->mst_root->mst_mgr; in dm_helpers_dp_mst_write_payload_allocation_table()
331 if (!aconnector || !aconnector->mst_root) in dm_helpers_dp_mst_poll_for_allocation_change_trigger()
334 mst_mgr = &aconnector->mst_root->mst_mgr; in dm_helpers_dp_mst_poll_for_allocation_change_trigger()
362 if (!aconnector || !aconnector->mst_root) in dm_helpers_dp_mst_send_payload_allocation()
365 mst_mgr = &aconnector->mst_root->mst_mgr; in dm_helpers_dp_mst_send_payload_allocation()
H A Damdgpu_dm_mst_types.c161 struct amdgpu_dm_connector *root = aconnector->mst_root; in amdgpu_dm_mst_connector_early_unregister()
246 aconnector->dsc_aux = &aconnector->mst_root->dm_dp_aux.aux; in validate_dsc_caps_on_connector()
300 …edid = drm_dp_mst_get_edid(connector, &aconnector->mst_root->mst_mgr, aconnector->mst_output_port); in dm_dp_mst_get_modes()
435 struct amdgpu_dm_connector *master = aconnector->mst_root; in dm_dp_mst_detect()
503 struct drm_dp_mst_topology_mgr *mst_mgr = &aconnector->mst_root->mst_mgr; in dm_dp_mst_atomic_check()
567 aconnector->mst_root = master; in dm_dp_add_mst_connector()
H A Damdgpu_dm_debugfs.c345 if (aconnector->mst_root && aconnector->mst_root->mst_mgr.mst_state) { in dp_mst_is_end_device()
346 mgr = &aconnector->mst_root->mst_mgr; in dp_mst_is_end_device()
1371 if (aconnector->mst_root) { in trigger_hotplug()
2654 } else if (aconnector->mst_root && in dp_is_mst_connector_show()
2655 aconnector->mst_root->mst_mgr.mst_state) { in dp_is_mst_connector_show()
2659 mgr = &aconnector->mst_root->mst_mgr; in dp_is_mst_connector_show()
3536 if (!aconnector->mst_root) in trigger_hpd_mst_set()
3541 drm_dp_mst_topology_mgr_set_mst(&aconnector->mst_root->mst_mgr, false); in trigger_hpd_mst_set()
H A Damdgpu_dm.h658 struct amdgpu_dm_connector *mst_root; member
H A Damdgpu_dm.c2397 aconnector->mst_root) in s3_handle_mst()
2917 if (aconnector && aconnector->mst_root) in dm_resume()
2984 aconnector->mst_root) in dm_resume()
6849 mst_mgr = &aconnector->mst_root->mst_mgr; in dm_encoder_helper_atomic_check()
6858 mst_state->pbn_div = dm_mst_get_pbn_divider(aconnector->mst_root->dc_link); in dm_encoder_helper_atomic_check()
7382 if (!aconnector->mst_root) in amdgpu_dm_connector_init_helper()
7397 } else if ((connector_type == DRM_MODE_CONNECTOR_DisplayPort && !aconnector->mst_root) || in amdgpu_dm_connector_init_helper()
7408 if (!aconnector->mst_root) in amdgpu_dm_connector_init_helper()
10011 if (!aconnector->mst_output_port || !aconnector->mst_root) in add_affected_mst_dsc_crtcs()
10020 return drm_dp_mst_add_affected_dsc_crtcs(state, &aconnector->mst_root->mst_mgr); in add_affected_mst_dsc_crtcs()
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_mode.h553 struct amdgpu_connector *mst_root; member