Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/modules/hdcp/
H A Damdgpu_hdcp_psp.c56 struct ta_dtm_shared_memory *dtm_cmd; in mod_hdcp_remove_display_topology()
60 dtm_cmd = (struct ta_dtm_shared_memory *)psp->dtm_context.dtm_shared_buf; in mod_hdcp_remove_display_topology()
65 memset(dtm_cmd, 0, sizeof(struct ta_dtm_shared_memory)); in mod_hdcp_remove_display_topology()
90 struct ta_dtm_shared_memory *dtm_cmd; in mod_hdcp_add_display_topology()
100 dtm_cmd = (struct ta_dtm_shared_memory *)psp->dtm_context.dtm_shared_buf; in mod_hdcp_add_display_topology()
106 memset(dtm_cmd, 0, sizeof(struct ta_dtm_shared_memory)); in mod_hdcp_add_display_topology()
H A Dhdcp_psp.h110 struct ta_dtm_shared_memory { struct