Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/modules/hdcp/
H A Dhdcp_psp.c656 hdcp->connection.is_km_stored = in mod_hdcp_hdcp2_validate_ake_cert()
657 msg_out->process.is_km_stored ? 1 : 0; in mod_hdcp_hdcp2_validate_ake_cert()
696 if (!hdcp->connection.is_km_stored) { in mod_hdcp_hdcp2_validate_h_prime()
711 else if (!hdcp->connection.is_km_stored && in mod_hdcp_hdcp2_validate_h_prime()
901 hdcp->connection.is_km_stored = msg_out->process.is_km_stored ? 1 : 0; in mod_hdcp_hdcp2_validate_rx_id_list()
H A Dhdcp2_transition.c90 if (conn->is_km_stored && in mod_hdcp_hdcp2_transition()
428 if (conn->is_km_stored && in mod_hdcp_hdcp2_dp_transition()
H A Dhdcp_psp.h414 uint32_t is_km_stored; member