Searched refs:hdcp2 (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/gpu/drm/amd/display/modules/hdcp/ |
| H A D | hdcp_ddc.c | 398 &hdcp->auth.msg.hdcp2.hdcp2version_hdmi, in mod_hdcp_read_hdcp2version() 399 sizeof(hdcp->auth.msg.hdcp2.hdcp2version_hdmi)); in mod_hdcp_read_hdcp2version() 412 hdcp->auth.msg.hdcp2.rxcaps_dp, in mod_hdcp_read_rxcaps() 413 sizeof(hdcp->auth.msg.hdcp2.rxcaps_dp)); in mod_hdcp_read_rxcaps() 424 &hdcp->auth.msg.hdcp2.rxstatus_dp, in mod_hdcp_read_rxstatus() 428 (uint8_t *)&hdcp->auth.msg.hdcp2.rxstatus, in mod_hdcp_read_rxstatus() 429 sizeof(hdcp->auth.msg.hdcp2.rxstatus)); in mod_hdcp_read_rxstatus() 439 hdcp->auth.msg.hdcp2.ake_cert[0] = HDCP_2_2_AKE_SEND_CERT; in mod_hdcp_read_ake_cert() 441 hdcp->auth.msg.hdcp2.ake_cert+1, in mod_hdcp_read_ake_cert() 442 sizeof(hdcp->auth.msg.hdcp2.ake_cert)-1); in mod_hdcp_read_ake_cert() [all …]
|
| H A D | hdcp_log.c | 88 &hdcp->auth.msg.hdcp2.hdcp2version_hdmi, in mod_hdcp_log_ddc_trace() 89 sizeof(hdcp->auth.msg.hdcp2.hdcp2version_hdmi)); in mod_hdcp_log_ddc_trace() 90 HDCP_DDC_READ_TRACE(hdcp, "Rx Caps", hdcp->auth.msg.hdcp2.rxcaps_dp, in mod_hdcp_log_ddc_trace() 91 sizeof(hdcp->auth.msg.hdcp2.rxcaps_dp)); in mod_hdcp_log_ddc_trace() 92 HDCP_DDC_WRITE_TRACE(hdcp, "AKE Init", hdcp->auth.msg.hdcp2.ake_init, in mod_hdcp_log_ddc_trace() 93 sizeof(hdcp->auth.msg.hdcp2.ake_init)); in mod_hdcp_log_ddc_trace() 94 HDCP_DDC_READ_TRACE(hdcp, "AKE Cert", hdcp->auth.msg.hdcp2.ake_cert, in mod_hdcp_log_ddc_trace() 95 sizeof(hdcp->auth.msg.hdcp2.ake_cert)); in mod_hdcp_log_ddc_trace() 97 hdcp->auth.msg.hdcp2.ake_stored_km, in mod_hdcp_log_ddc_trace() 98 sizeof(hdcp->auth.msg.hdcp2.ake_stored_km)); in mod_hdcp_log_ddc_trace() [all …]
|