Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_helpers.c366 if (!aconnector || !aconnector->mst_root) in dm_helpers_dp_mst_write_payload_allocation_table()
369 mst_mgr = &aconnector->mst_root->mst_mgr; in dm_helpers_dp_mst_write_payload_allocation_table()
430 if (!aconnector || !aconnector->mst_root) in dm_helpers_dp_mst_poll_for_allocation_change_trigger()
433 mst_mgr = &aconnector->mst_root->mst_mgr; in dm_helpers_dp_mst_poll_for_allocation_change_trigger()
461 if (!aconnector || !aconnector->mst_root) in dm_helpers_dp_mst_send_payload_allocation()
464 mst_mgr = &aconnector->mst_root->mst_mgr; in dm_helpers_dp_mst_send_payload_allocation()
495 if (!aconnector || !aconnector->mst_root) in dm_helpers_dp_mst_update_mst_mgr_for_deallocation()
498 mst_mgr = &aconnector->mst_root->mst_mgr; in dm_helpers_dp_mst_update_mst_mgr_for_deallocation()
H A Damdgpu_dm_debugfs.c350 if (aconnector->mst_root && aconnector->mst_root->mst_mgr.mst_state) { in dp_mst_is_end_device()
351 mgr = &aconnector->mst_root->mst_mgr; in dp_mst_is_end_device()
1487 if (aconnector->mst_root) { in trigger_hotplug()
2839 } else if (aconnector->mst_root && in dp_is_mst_connector_show()
2840 aconnector->mst_root->mst_mgr.mst_state) { in dp_is_mst_connector_show()
2844 mgr = &aconnector->mst_root->mst_mgr; in dp_is_mst_connector_show()
4291 if (!aconnector->mst_root) in trigger_hpd_mst_set()
4296 drm_dp_mst_topology_mgr_set_mst(&aconnector->mst_root->mst_mgr, false); in trigger_hpd_mst_set()
H A Damdgpu_dm.h841 struct amdgpu_dm_connector *mst_root; member
H A Damdgpu_dm_connector.c135 mst_mgr = &aconnector->mst_root->mst_mgr; in dm_encoder_helper_atomic_check()
144 mst_state->pbn_div.full = dm_mst_get_pbn_divider(aconnector->mst_root->dc_link); in dm_encoder_helper_atomic_check()
3256 || (connector_type == DRM_MODE_CONNECTOR_DisplayPort && !aconnector->mst_root)) in amdgpu_dm_connector_init_helper()
3269 if (!aconnector->mst_root) in amdgpu_dm_connector_init_helper()
3283 } else if ((connector_type == DRM_MODE_CONNECTOR_DisplayPort && !aconnector->mst_root) || in amdgpu_dm_connector_init_helper()
3294 if (!aconnector->mst_root) { in amdgpu_dm_connector_init_helper()
H A Damdgpu_dm.c1285 aconnector->mst_root) in s3_handle_mst()
1996 if (aconnector->mst_root) in dm_resume()
2042 aconnector->mst_root) in dm_resume()
6038 if (!aconnector->mst_output_port || !aconnector->mst_root) in add_affected_mst_dsc_crtcs()
6047 return drm_dp_mst_add_affected_dsc_crtcs(state, &aconnector->mst_root->mst_mgr); in add_affected_mst_dsc_crtcs()
/linux/drivers/gpu/drm/amd/display/amdgpu_dm/tests/
H A Damdgpu_dm_helpers_test.c3070 aconnector->mst_root = aconnector; in dm_test_write_payload_alloc_table_success()
3248 aconnector->mst_root = aconnector; in dm_test_poll_for_act_no_mst_state()
3285 aconnector->mst_root = aconnector; in dm_test_poll_for_act_success()
3323 aconnector->mst_root = aconnector; in dm_test_poll_for_act_status_failed()
3371 aconnector->mst_root = aconnector; in dm_test_mst_send_payload_alloc_part2_fail()
3429 aconnector->mst_root = aconnector; in dm_test_mst_update_mgr_dealloc_success()