HomeSort by: relevance | last modified time | path
    Searched refs:ta_dtm_shared_memory (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/display/modules/hdcp/
amdgpu_hdcp_psp.c 56 struct ta_dtm_shared_memory *dtm_cmd;
60 dtm_cmd = (struct ta_dtm_shared_memory *)psp->dtm_context.dtm_shared_buf;
65 memset(dtm_cmd, 0, sizeof(struct ta_dtm_shared_memory));
90 struct ta_dtm_shared_memory *dtm_cmd;
100 dtm_cmd = (struct ta_dtm_shared_memory *)psp->dtm_context.dtm_shared_buf;
106 memset(dtm_cmd, 0, sizeof(struct ta_dtm_shared_memory));
hdcp_psp.h 110 struct ta_dtm_shared_memory { struct

Completed in 12 milliseconds