Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/amd/display/modules/hdcp/
H A Dhdcp_ddc.c292 if (is_dp_hdcp(hdcp)) in mod_hdcp_read_bstatus()
315 if (is_dp_hdcp(hdcp)) in mod_hdcp_read_ksvlist()
361 if (is_dp_hdcp(hdcp)) in mod_hdcp_read_binfo()
396 if (is_dp_hdcp(hdcp)) in mod_hdcp_read_hdcp2version()
561 if (is_dp_hdcp(hdcp)) in mod_hdcp_write_ake_init()
576 if (is_dp_hdcp(hdcp)) in mod_hdcp_write_no_stored_km()
591 if (is_dp_hdcp(hdcp)) in mod_hdcp_write_stored_km()
606 if (is_dp_hdcp(hdcp)) in mod_hdcp_write_lc_init()
621 if (is_dp_hdcp(hdcp)) in mod_hdcp_write_eks()
638 if (is_dp_hdcp(hdcp)) in mod_hdcp_write_repeater_auth_ack()
[all …]
H A Dhdcp1_execution.c47 if (is_dp_hdcp(hdcp)) in check_ksv_ready()
66 if (is_dp_hdcp(hdcp)) { in check_r0p_available_dp()
98 if (is_dp_hdcp(hdcp)) in check_no_max_cascade()
113 if (is_dp_hdcp(hdcp)) in check_no_max_devs()
126 return is_dp_hdcp(hdcp) ? in get_device_count()
286 if (is_dp_hdcp(hdcp)) { in wait_for_ready()
325 if (is_dp_hdcp(hdcp)) { in read_ksv_list()
H A Dhdcp2_execution.c34 if (is_dp_hdcp(hdcp)) in check_receiver_id_list_ready()
48 if (is_dp_hdcp(hdcp)) in check_hdcp2_capable()
65 if (is_dp_hdcp(hdcp)) in check_reauthentication_request()
89 if (is_dp_hdcp(hdcp)) { in check_ake_cert_available()
113 if (is_dp_hdcp(hdcp)) { in check_h_prime_available()
137 if (is_dp_hdcp(hdcp)) { in check_pairing_info_available()
160 if (is_dp_hdcp(hdcp)) in poll_l_prime_available()
186 if (is_dp_hdcp(hdcp)) { in check_stream_ready_available()
237 if (is_dp_hdcp(hdcp)) { in process_rxstatus()
248 if (is_dp_hdcp(hdcp)) in process_rxstatus()
[all …]
H A Dhdcp_psp.c148 if (is_dp_hdcp(hdcp)) in add_display_to_topology_v2()
195 if (is_dp_hdcp(hdcp)) in add_display_to_topology_v3()
411 is_dp_hdcp(hdcp) ? hdcp->auth.msg.hdcp1.binfo_dp : hdcp->auth.msg.hdcp1.bstatus; in mod_hdcp_hdcp1_validate_ksvlist_vp()
803 if (is_dp_hdcp(hdcp)) in mod_hdcp_hdcp2_prepare_eks()
818 if (is_dp_hdcp(hdcp)) { in mod_hdcp_hdcp2_prepare_eks()
H A Dhdcp.h391 static inline uint8_t is_dp_hdcp(struct mod_hdcp *hdcp) in is_dp_hdcp() function
H A Dhdcp.c138 if (is_dp_hdcp(hdcp)) in transition()