Home
last modified time | relevance | path

Searched refs:dtm_in_message (Results 1 – 3 of 3) 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.h113 union ta_dtm_cmd_input dtm_in_message; member
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/amdgpu_dm/
Damdgpu_dm_hdcp.c415 …dtm_cmd->dtm_in_message.topology_assr_enable.display_topology_dig_be_index = link->link_enc_hw_ins… in enable_assr()