Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/amd/display/modules/hdcp/
H A Dhdcp_psp.c52 struct ta_dtm_shared_memory *dtm_cmd; in remove_display_from_topology_v2()
57 dtm_cmd = (struct ta_dtm_shared_memory *)psp->dtm_context.context.mem_context.shared_buf; in remove_display_from_topology_v2()
64 memset(dtm_cmd, 0, sizeof(struct ta_dtm_shared_memory)); in remove_display_from_topology_v2()
88 struct ta_dtm_shared_memory *dtm_cmd; in remove_display_from_topology_v3()
93 dtm_cmd = (struct ta_dtm_shared_memory *)psp->dtm_context.context.mem_context.shared_buf; in remove_display_from_topology_v3()
100 memset(dtm_cmd, 0, sizeof(struct ta_dtm_shared_memory)); in remove_display_from_topology_v3()
126 struct ta_dtm_shared_memory *dtm_cmd; in add_display_to_topology_v2()
136 dtm_cmd = (struct ta_dtm_shared_memory *)psp->dtm_context.context.mem_context.shared_buf; in add_display_to_topology_v2()
139 memset(dtm_cmd, 0, sizeof(struct ta_dtm_shared_memory)); in add_display_to_topology_v2()
173 struct ta_dtm_shared_memory *dtm_cmd; in add_display_to_topology_v3()
[all …]
H A Dhdcp_psp.h147 struct ta_dtm_shared_memory { struct
/openbmc/linux/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_hdcp.c471 struct ta_dtm_shared_memory *dtm_cmd; in enable_assr()
479 dtm_cmd = (struct ta_dtm_shared_memory *)psp->dtm_context.context.mem_context.shared_buf; in enable_assr()
482 memset(dtm_cmd, 0, sizeof(struct ta_dtm_shared_memory)); in enable_assr()