Home
last modified time | relevance | path

Searched refs:topology_update_v3 (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/drivers/gpu/drm/amd/display/modules/hdcp/
Dhdcp_psp.c103 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 …]
Dhdcp_psp.h129 struct ta_dtm_topology_update_input_v3 topology_update_v3; member