Home
last modified time | relevance | path

Searched refs:dtm_in_message (Results 1 – 3 of 3) sorted by relevance

/linux-5.19.10/drivers/gpu/drm/amd/display/modules/hdcp/
Dhdcp_psp.c67 dtm_cmd->dtm_in_message.topology_update_v2.display_handle = display->index; in remove_display_from_topology_v2()
68 dtm_cmd->dtm_in_message.topology_update_v2.is_active = 0; in remove_display_from_topology_v2()
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()
142 dtm_cmd->dtm_in_message.topology_update_v2.display_handle = display->index; in add_display_to_topology_v2()
143 dtm_cmd->dtm_in_message.topology_update_v2.is_active = 1; in add_display_to_topology_v2()
144 dtm_cmd->dtm_in_message.topology_update_v2.controller = display->controller; in add_display_to_topology_v2()
145 dtm_cmd->dtm_in_message.topology_update_v2.ddc_line = link->ddc_line; in add_display_to_topology_v2()
146 dtm_cmd->dtm_in_message.topology_update_v2.dig_be = link->dig_be; in add_display_to_topology_v2()
147 dtm_cmd->dtm_in_message.topology_update_v2.dig_fe = display->dig_fe; in add_display_to_topology_v2()
[all …]
Dhdcp_psp.h141 union ta_dtm_cmd_input dtm_in_message; member
/linux-5.19.10/drivers/gpu/drm/amd/display/amdgpu_dm/
Damdgpu_dm_hdcp.c428 …dtm_cmd->dtm_in_message.topology_assr_enable.display_topology_dig_be_index = link->link_enc_hw_ins… in enable_assr()