Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/gpu/drm/amd/display/modules/hdcp/
Dhdcp_psp.c51 struct ta_dtm_shared_memory *dtm_cmd; in mod_hdcp_remove_display_from_topology()
56 dtm_cmd = (struct ta_dtm_shared_memory *)psp->dtm_context.dtm_shared_buf; in mod_hdcp_remove_display_from_topology()
63 memset(dtm_cmd, 0, sizeof(struct ta_dtm_shared_memory)); in mod_hdcp_remove_display_from_topology()
86 struct ta_dtm_shared_memory *dtm_cmd; in mod_hdcp_add_display_to_topology()
96 dtm_cmd = (struct ta_dtm_shared_memory *)psp->dtm_context.dtm_shared_buf; in mod_hdcp_add_display_to_topology()
99 memset(dtm_cmd, 0, sizeof(struct ta_dtm_shared_memory)); in mod_hdcp_add_display_to_topology()
Dhdcp_psp.h108 struct ta_dtm_shared_memory { struct
/Linux-v5.10/drivers/gpu/drm/amd/display/amdgpu_dm/
Damdgpu_dm_hdcp.c400 struct ta_dtm_shared_memory *dtm_cmd; in enable_assr()
408 dtm_cmd = (struct ta_dtm_shared_memory *)psp->dtm_context.dtm_shared_buf; in enable_assr()
411 memset(dtm_cmd, 0, sizeof(struct ta_dtm_shared_memory)); in enable_assr()