Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/modules/hdcp/
H A 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()
H A Dhdcp1_execution.c244 if (is_dp_mst_hdcp(hdcp)) in computations_validate_rx_test_for_repeater()
367 if (is_dp_mst_hdcp(hdcp)) in read_ksv_list()
H A Dhdcp.h396 static inline uint8_t is_dp_mst_hdcp(struct mod_hdcp *hdcp) in is_dp_mst_hdcp() function
H A Dhdcp.c261 is_dp_mst_hdcp(hdcp) && in update_display_adjustments()
H A Dhdcp_psp.c382 } else if (!is_dp_mst_hdcp(hdcp)) { in mod_hdcp_hdcp1_enable_encryption()
848 } else if (!is_dp_mst_hdcp(hdcp)) { in mod_hdcp_hdcp2_enable_encryption()
H A Dhdcp2_transition.c557 (is_dp_mst_hdcp(hdcp) && input->stream_encryption_dp != PASS)) { in mod_hdcp_hdcp2_dp_transition()
H A Dhdcp2_execution.c549 if (is_dp_mst_hdcp(hdcp)) { in enable_encryption()