HomeSort by: relevance | last modified time | path
    Searched refs:hdcp_context (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/display/modules/hdcp/
amdgpu_hdcp_psp.c 140 if (!psp->hdcp_context.hdcp_initialized) {
145 hdcp_cmd = (struct ta_hdcp_shared_memory *)psp->hdcp_context.hdcp_shared_buf;
173 hdcp_cmd = (struct ta_hdcp_shared_memory *)psp->hdcp_context.hdcp_shared_buf;
194 hdcp_cmd = (struct ta_hdcp_shared_memory *)psp->hdcp_context.hdcp_shared_buf;
231 hdcp_cmd = (struct ta_hdcp_shared_memory *)psp->hdcp_context.hdcp_shared_buf;
254 hdcp_cmd = (struct ta_hdcp_shared_memory *)psp->hdcp_context.hdcp_shared_buf;
285 hdcp_cmd = (struct ta_hdcp_shared_memory *)psp->hdcp_context.hdcp_shared_buf;
316 hdcp_cmd = (struct ta_hdcp_shared_memory *)psp->hdcp_context.hdcp_shared_buf;
354 if (!psp->hdcp_context.hdcp_initialized) {
359 hdcp_cmd = (struct ta_hdcp_shared_memory *)psp->hdcp_context.hdcp_shared_buf
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_psp.c 803 &psp->hdcp_context.hdcp_shared_bo,
804 &psp->hdcp_context.hdcp_shared_mc_addr,
805 &psp->hdcp_context.hdcp_shared_buf);
832 psp->hdcp_context.hdcp_shared_mc_addr,
838 psp->hdcp_context.hdcp_initialized = true;
839 psp->hdcp_context.session_id = cmd->resp.session_id;
862 if (!psp->hdcp_context.hdcp_initialized) {
890 psp_prep_ta_unload_cmd_buf(cmd, psp->hdcp_context.session_id);
907 return psp_ta_invoke(psp, ta_cmd_id, psp->hdcp_context.session_id);
920 if (!psp->hdcp_context.hdcp_initialized
    [all...]
amdgpu_psp.h 291 struct psp_hdcp_context hdcp_context; member in struct:psp_context

Completed in 15 milliseconds