Home
last modified time | relevance | path

Searched refs:ta_hdcp_shared_memory (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/gpu/drm/amd/display/modules/hdcp/
H A Dhdcp_psp.c255 struct ta_hdcp_shared_memory *hdcp_cmd; in mod_hdcp_hdcp1_create_session()
266 hdcp_cmd = (struct ta_hdcp_shared_memory *)psp->hdcp_context.context.mem_context.shared_buf; in mod_hdcp_hdcp1_create_session()
269 memset(hdcp_cmd, 0, sizeof(struct ta_hdcp_shared_memory)); in mod_hdcp_hdcp1_create_session()
296 struct ta_hdcp_shared_memory *hdcp_cmd; in mod_hdcp_hdcp1_destroy_session()
301 hdcp_cmd = (struct ta_hdcp_shared_memory *)psp->hdcp_context.context.mem_context.shared_buf; in mod_hdcp_hdcp1_destroy_session()
302 memset(hdcp_cmd, 0, sizeof(struct ta_hdcp_shared_memory)); in mod_hdcp_hdcp1_destroy_session()
329 struct ta_hdcp_shared_memory *hdcp_cmd; in mod_hdcp_hdcp1_validate_rx()
333 hdcp_cmd = (struct ta_hdcp_shared_memory *)psp->hdcp_context.context.mem_context.shared_buf; in mod_hdcp_hdcp1_validate_rx()
334 memset(hdcp_cmd, 0, sizeof(struct ta_hdcp_shared_memory)); in mod_hdcp_hdcp1_validate_rx()
370 struct ta_hdcp_shared_memory *hdcp_cmd; in mod_hdcp_hdcp1_enable_encryption()
[all …]
H A Dhdcp_psp.h516 struct ta_hdcp_shared_memory { struct
/linux/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_hdcp.c110 struct ta_hdcp_shared_memory *hdcp_cmd; in psp_get_srm()
117 hdcp_cmd = (struct ta_hdcp_shared_memory *)psp->hdcp_context.context.mem_context.shared_buf; in psp_get_srm()
118 memset(hdcp_cmd, 0, sizeof(struct ta_hdcp_shared_memory)); in psp_get_srm()
135 struct ta_hdcp_shared_memory *hdcp_cmd; in psp_set_srm()
142 hdcp_cmd = (struct ta_hdcp_shared_memory *)psp->hdcp_context.context.mem_context.shared_buf; in psp_set_srm()
143 memset(hdcp_cmd, 0, sizeof(struct ta_hdcp_shared_memory)); in psp_set_srm()