Searched refs:ta_hdcp_shared_memory (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.15/drivers/gpu/drm/amd/display/modules/hdcp/ |
D | hdcp_psp.c | 251 struct ta_hdcp_shared_memory *hdcp_cmd; in mod_hdcp_hdcp1_create_session() 259 hdcp_cmd = (struct ta_hdcp_shared_memory *)psp->hdcp_context.context.mem_context.shared_buf; in mod_hdcp_hdcp1_create_session() 262 memset(hdcp_cmd, 0, sizeof(struct ta_hdcp_shared_memory)); in mod_hdcp_hdcp1_create_session() 289 struct ta_hdcp_shared_memory *hdcp_cmd; in mod_hdcp_hdcp1_destroy_session() 294 hdcp_cmd = (struct ta_hdcp_shared_memory *)psp->hdcp_context.context.mem_context.shared_buf; in mod_hdcp_hdcp1_destroy_session() 295 memset(hdcp_cmd, 0, sizeof(struct ta_hdcp_shared_memory)); in mod_hdcp_hdcp1_destroy_session() 322 struct ta_hdcp_shared_memory *hdcp_cmd; in mod_hdcp_hdcp1_validate_rx() 326 hdcp_cmd = (struct ta_hdcp_shared_memory *)psp->hdcp_context.context.mem_context.shared_buf; in mod_hdcp_hdcp1_validate_rx() 327 memset(hdcp_cmd, 0, sizeof(struct ta_hdcp_shared_memory)); in mod_hdcp_hdcp1_validate_rx() 363 struct ta_hdcp_shared_memory *hdcp_cmd; in mod_hdcp_hdcp1_enable_encryption() [all …]
|
D | hdcp_psp.h | 505 struct ta_hdcp_shared_memory { struct
|
/Linux-v5.15/drivers/gpu/drm/amd/display/amdgpu_dm/ |
D | amdgpu_dm_hdcp.c | 80 struct ta_hdcp_shared_memory *hdcp_cmd; in psp_get_srm() 87 hdcp_cmd = (struct ta_hdcp_shared_memory *)psp->hdcp_context.context.mem_context.shared_buf; in psp_get_srm() 88 memset(hdcp_cmd, 0, sizeof(struct ta_hdcp_shared_memory)); in psp_get_srm() 106 struct ta_hdcp_shared_memory *hdcp_cmd; in psp_set_srm() 113 hdcp_cmd = (struct ta_hdcp_shared_memory *)psp->hdcp_context.context.mem_context.shared_buf; in psp_set_srm() 114 memset(hdcp_cmd, 0, sizeof(struct ta_hdcp_shared_memory)); in psp_set_srm()
|