Searched refs:ta_hdcp_shared_memory (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/drivers/gpu/drm/amd/display/modules/hdcp/ |
D | hdcp_psp.c | 255 struct ta_hdcp_shared_memory *hdcp_cmd; in mod_hdcp_hdcp1_create_session() 263 hdcp_cmd = (struct ta_hdcp_shared_memory *)psp->hdcp_context.context.mem_context.shared_buf; in mod_hdcp_hdcp1_create_session() 266 memset(hdcp_cmd, 0, sizeof(struct ta_hdcp_shared_memory)); in mod_hdcp_hdcp1_create_session() 293 struct ta_hdcp_shared_memory *hdcp_cmd; in mod_hdcp_hdcp1_destroy_session() 298 hdcp_cmd = (struct ta_hdcp_shared_memory *)psp->hdcp_context.context.mem_context.shared_buf; in mod_hdcp_hdcp1_destroy_session() 299 memset(hdcp_cmd, 0, sizeof(struct ta_hdcp_shared_memory)); in mod_hdcp_hdcp1_destroy_session() 326 struct ta_hdcp_shared_memory *hdcp_cmd; in mod_hdcp_hdcp1_validate_rx() 330 hdcp_cmd = (struct ta_hdcp_shared_memory *)psp->hdcp_context.context.mem_context.shared_buf; in mod_hdcp_hdcp1_validate_rx() 331 memset(hdcp_cmd, 0, sizeof(struct ta_hdcp_shared_memory)); in mod_hdcp_hdcp1_validate_rx() 367 struct ta_hdcp_shared_memory *hdcp_cmd; in mod_hdcp_hdcp1_enable_encryption() [all …]
|
D | hdcp_psp.h | 516 struct ta_hdcp_shared_memory { struct
|
/linux-6.12.1/drivers/gpu/drm/amd/display/amdgpu_dm/ |
D | amdgpu_dm_hdcp.c | 81 struct ta_hdcp_shared_memory *hdcp_cmd; in psp_get_srm() 88 hdcp_cmd = (struct ta_hdcp_shared_memory *)psp->hdcp_context.context.mem_context.shared_buf; in psp_get_srm() 89 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()
|