Home
last modified time | relevance | path

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

/openbmc/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()
293 struct ta_hdcp_shared_memory *hdcp_cmd; in mod_hdcp_hdcp1_destroy_session()
326 struct ta_hdcp_shared_memory *hdcp_cmd; in mod_hdcp_hdcp1_validate_rx()
367 struct ta_hdcp_shared_memory *hdcp_cmd; in mod_hdcp_hdcp1_enable_encryption()
394 struct ta_hdcp_shared_memory *hdcp_cmd; in mod_hdcp_hdcp1_validate_ksvlist_vp()
436 struct ta_hdcp_shared_memory *hdcp_cmd; in mod_hdcp_hdcp1_enable_dp_stream_encryption()
472 struct ta_hdcp_shared_memory *hdcp_cmd; in mod_hdcp_hdcp1_link_maintenance()
498 struct ta_hdcp_shared_memory *hdcp_cmd; in mod_hdcp_hdcp2_create_session()
548 struct ta_hdcp_shared_memory *hdcp_cmd; in mod_hdcp_hdcp2_destroy_session()
581 struct ta_hdcp_shared_memory *hdcp_cmd; in mod_hdcp_hdcp2_prepare_ake_init()
[all …]
H A Dhdcp_psp.h516 struct ta_hdcp_shared_memory { struct
/openbmc/linux/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_hdcp.c81 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()