Searched refs:topology_update_v3 (Results 1 – 2 of 2) sorted by relevance
103 dtm_cmd->dtm_in_message.topology_update_v3.display_handle = display->index; in remove_display_from_topology_v3()104 dtm_cmd->dtm_in_message.topology_update_v3.is_active = 0; in remove_display_from_topology_v3()189 dtm_cmd->dtm_in_message.topology_update_v3.display_handle = display->index; in add_display_to_topology_v3()190 dtm_cmd->dtm_in_message.topology_update_v3.is_active = 1; in add_display_to_topology_v3()191 dtm_cmd->dtm_in_message.topology_update_v3.controller = display->controller; in add_display_to_topology_v3()192 dtm_cmd->dtm_in_message.topology_update_v3.ddc_line = link->ddc_line; in add_display_to_topology_v3()193 dtm_cmd->dtm_in_message.topology_update_v3.link_enc = link->link_enc_idx; in add_display_to_topology_v3()194 dtm_cmd->dtm_in_message.topology_update_v3.stream_enc = display->stream_enc_idx; in add_display_to_topology_v3()196 dtm_cmd->dtm_in_message.topology_update_v3.is_assr = link->dp.assr_enabled; in add_display_to_topology_v3()198 dtm_cmd->dtm_in_message.topology_update_v3.dp_mst_vcid = display->vc_id; in add_display_to_topology_v3()[all …]
140 struct ta_dtm_topology_update_input_v3 topology_update_v3; member