Home
last modified time | relevance | path

Searched refs:hdcp_context (Results 1 – 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/modules/hdcp/
Dhdcp_psp.c137 if (!psp->hdcp_context.hdcp_initialized) { in mod_hdcp_hdcp1_create_session()
142 hdcp_cmd = (struct ta_hdcp_shared_memory *)psp->hdcp_context.hdcp_shared_buf; in mod_hdcp_hdcp1_create_session()
144 mutex_lock(&psp->hdcp_context.mutex); in mod_hdcp_hdcp1_create_session()
164 mutex_unlock(&psp->hdcp_context.mutex); in mod_hdcp_hdcp1_create_session()
176 mutex_lock(&psp->hdcp_context.mutex); in mod_hdcp_hdcp1_destroy_session()
177 hdcp_cmd = (struct ta_hdcp_shared_memory *)psp->hdcp_context.hdcp_shared_buf; in mod_hdcp_hdcp1_destroy_session()
198 mutex_unlock(&psp->hdcp_context.mutex); in mod_hdcp_hdcp1_destroy_session()
208 mutex_lock(&psp->hdcp_context.mutex); in mod_hdcp_hdcp1_validate_rx()
209 hdcp_cmd = (struct ta_hdcp_shared_memory *)psp->hdcp_context.hdcp_shared_buf; in mod_hdcp_hdcp1_validate_rx()
239 mutex_unlock(&psp->hdcp_context.mutex); in mod_hdcp_hdcp1_validate_rx()
[all …]
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/
Damdgpu_psp.c1168 &psp->hdcp_context.hdcp_shared_bo, in psp_hdcp_init_shared_buf()
1169 &psp->hdcp_context.hdcp_shared_mc_addr, in psp_hdcp_init_shared_buf()
1170 &psp->hdcp_context.hdcp_shared_buf); in psp_hdcp_init_shared_buf()
1197 psp->hdcp_context.hdcp_shared_mc_addr, in psp_hdcp_load()
1203 psp->hdcp_context.hdcp_initialized = true; in psp_hdcp_load()
1204 psp->hdcp_context.session_id = cmd->resp.session_id; in psp_hdcp_load()
1205 mutex_init(&psp->hdcp_context.mutex); in psp_hdcp_load()
1228 if (!psp->hdcp_context.hdcp_initialized) { in psp_hdcp_initialize()
1256 psp_prep_ta_unload_cmd_buf(cmd, psp->hdcp_context.session_id); in psp_hdcp_unload()
1273 return psp_ta_invoke(psp, ta_cmd_id, psp->hdcp_context.session_id); in psp_hdcp_invoke()
[all …]
Damdgpu_psp.h299 struct psp_hdcp_context hdcp_context; member
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/amdgpu_dm/
Damdgpu_dm_hdcp.c82 if (!psp->hdcp_context.hdcp_initialized) { in psp_get_srm()
87 hdcp_cmd = (struct ta_hdcp_shared_memory *)psp->hdcp_context.hdcp_shared_buf; in psp_get_srm()
108 if (!psp->hdcp_context.hdcp_initialized) { in psp_set_srm()
113 hdcp_cmd = (struct ta_hdcp_shared_memory *)psp->hdcp_context.hdcp_shared_buf; in psp_set_srm()