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

/openbsd-current/sys/dev/pci/drm/amd/display/modules/hdcp/
H A Dhdcp_psp.c52 struct ta_dtm_shared_memory *dtm_cmd;
57 dtm_cmd = (struct ta_dtm_shared_memory *)psp->dtm_context.context.mem_context.shared_buf;
64 memset(dtm_cmd, 0, sizeof(struct ta_dtm_shared_memory));
88 struct ta_dtm_shared_memory *dtm_cmd;
93 dtm_cmd = (struct ta_dtm_shared_memory *)psp->dtm_context.context.mem_context.shared_buf;
100 memset(dtm_cmd, 0, sizeof(struct ta_dtm_shared_memory));
126 struct ta_dtm_shared_memory *dtm_cmd;
136 dtm_cmd = (struct ta_dtm_shared_memory *)psp->dtm_context.context.mem_context.shared_buf;
139 memset(dtm_cmd, 0, sizeof(struct ta_dtm_shared_memory));
173 struct ta_dtm_shared_memory *dtm_cm
[all...]
H A Dhdcp_psp.h147 struct ta_dtm_shared_memory { struct
/openbsd-current/sys/dev/pci/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_hdcp.c471 struct ta_dtm_shared_memory *dtm_cmd;
479 dtm_cmd = (struct ta_dtm_shared_memory *)psp->dtm_context.context.mem_context.shared_buf;
482 memset(dtm_cmd, 0, sizeof(struct ta_dtm_shared_memory));

Completed in 74 milliseconds