Home
last modified time | relevance | path

Searched refs:is_dp_mst_hdcp (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.10/drivers/gpu/drm/amd/display/modules/hdcp/
Dhdcp1_transition.c230 (!conn->is_repeater && is_dp_mst_hdcp(hdcp) && input->stream_encryption_dp != PASS)) { in mod_hdcp_hdcp1_dp_transition()
309 (is_dp_mst_hdcp(hdcp) && input->stream_encryption_dp != PASS)) { in mod_hdcp_hdcp1_dp_transition()
Dhdcp1_execution.c233 if (is_dp_mst_hdcp(hdcp)) in computations_validate_rx_test_for_repeater()
357 if (is_dp_mst_hdcp(hdcp)) in read_ksv_list()
Dhdcp.h397 static inline uint8_t is_dp_mst_hdcp(struct mod_hdcp *hdcp) in is_dp_mst_hdcp() function
Dhdcp_psp.c261 } else if (!is_dp_mst_hdcp(hdcp)) { in mod_hdcp_hdcp1_enable_encryption()
738 } else if (!is_dp_mst_hdcp(hdcp)) { in mod_hdcp_hdcp2_enable_encryption()
Dhdcp2_transition.c557 (is_dp_mst_hdcp(hdcp) && input->stream_encryption_dp != PASS)) { in mod_hdcp_hdcp2_dp_transition()
Dhdcp2_execution.c542 if (is_dp_mst_hdcp(hdcp)) { in enable_encryption()