Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/modules/hdcp/
Dhdcp_psp.c66 dtm_cmd->dtm_in_message.topology_update_v2.display_handle = display->index; in mod_hdcp_remove_display_from_topology()
67 dtm_cmd->dtm_in_message.topology_update_v2.is_active = 0; in mod_hdcp_remove_display_from_topology()
102 dtm_cmd->dtm_in_message.topology_update_v2.display_handle = display->index; in mod_hdcp_add_display_to_topology()
103 dtm_cmd->dtm_in_message.topology_update_v2.is_active = 1; in mod_hdcp_add_display_to_topology()
104 dtm_cmd->dtm_in_message.topology_update_v2.controller = display->controller; in mod_hdcp_add_display_to_topology()
105 dtm_cmd->dtm_in_message.topology_update_v2.ddc_line = link->ddc_line; in mod_hdcp_add_display_to_topology()
106 dtm_cmd->dtm_in_message.topology_update_v2.dig_be = link->dig_be; in mod_hdcp_add_display_to_topology()
107 dtm_cmd->dtm_in_message.topology_update_v2.dig_fe = display->dig_fe; in mod_hdcp_add_display_to_topology()
109 dtm_cmd->dtm_in_message.topology_update_v2.is_assr = link->dp.assr_supported; in mod_hdcp_add_display_to_topology()
111 dtm_cmd->dtm_in_message.topology_update_v2.dp_mst_vcid = display->vc_id; in mod_hdcp_add_display_to_topology()
[all …]
Dhdcp_psp.h100 struct ta_dtm_topology_update_input_v2 topology_update_v2; member