Home
last modified time | relevance | path

Searched refs:set_state_id (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/gpu/drm/amd/display/modules/hdcp/
H A Dhdcp2_transition.c43 set_state_id(hdcp, output, HDCP_INITIALIZED); in mod_hdcp_hdcp2_transition()
46 set_state_id(hdcp, output, H2_A1_SEND_AKE_INIT); in mod_hdcp_hdcp2_transition()
62 set_state_id(hdcp, output, H2_A1_VALIDATE_AKE_CERT); in mod_hdcp_hdcp2_transition()
93 set_state_id(hdcp, output, H2_A1_SEND_STORED_KM); in mod_hdcp_hdcp2_transition()
96 set_state_id(hdcp, output, H2_A1_SEND_NO_STORED_KM); in mod_hdcp_hdcp2_transition()
109 set_state_id(hdcp, output, H2_A1_READ_H_PRIME); in mod_hdcp_hdcp2_transition()
129 set_state_id(hdcp, output, H2_A1_READ_PAIRING_INFO_AND_VALIDATE_H_PRIME); in mod_hdcp_hdcp2_transition()
152 set_state_id(hdcp, output, H2_A2_LOCALITY_CHECK); in mod_hdcp_hdcp2_transition()
161 set_state_id(hdcp, output, H2_A1_VALIDATE_H_PRIME); in mod_hdcp_hdcp2_transition()
185 set_state_id(hdcp, output, H2_A2_LOCALITY_CHECK); in mod_hdcp_hdcp2_transition()
[all …]
H A Dhdcp1_transition.c46 set_state_id(hdcp, output, H1_A1_EXCHANGE_KSVS); in mod_hdcp_hdcp1_transition()
64 set_state_id(hdcp, output, in mod_hdcp_hdcp1_transition()
88 set_state_id(hdcp, output, H1_A8_WAIT_FOR_READY); in mod_hdcp_hdcp1_transition()
91 set_state_id(hdcp, output, H1_A45_AUTHENTICATED); in mod_hdcp_hdcp1_transition()
121 set_state_id(hdcp, output, H1_A9_READ_KSV_LIST); in mod_hdcp_hdcp1_transition()
139 set_state_id(hdcp, output, H1_A45_AUTHENTICATED); in mod_hdcp_hdcp1_transition()
172 set_state_id(hdcp, output, D1_A1_EXCHANGE_KSVS); in mod_hdcp_hdcp1_dp_transition()
190 set_state_id(hdcp, output, D1_A23_WAIT_FOR_R0_PRIME); in mod_hdcp_hdcp1_dp_transition()
204 set_state_id(hdcp, output, D1_A2_COMPUTATIONS_A3_VALIDATE_RX_A5_TEST_FOR_REPEATER); in mod_hdcp_hdcp1_dp_transition()
239 set_state_id(hdcp, output, D1_A6_WAIT_FOR_READY); in mod_hdcp_hdcp1_dp_transition()
[all …]
H A Dhdcp.c141 set_state_id(hdcp, output, D2_A0_DETERMINE_RX_HDCP_CAPABLE); in transition()
144 set_state_id(hdcp, output, D1_A0_DETERMINE_RX_HDCP_CAPABLE); in transition()
147 set_state_id(hdcp, output, HDCP_CP_NOT_DESIRED); in transition()
153 set_state_id(hdcp, output, H2_A0_KNOWN_HDCP2_CAPABLE_RX); in transition()
156 set_state_id(hdcp, output, H1_A0_WAIT_FOR_ACTIVE_RX); in transition()
159 set_state_id(hdcp, output, HDCP_CP_NOT_DESIRED); in transition()
164 set_state_id(hdcp, output, HDCP_CP_NOT_DESIRED); in transition()
205 set_state_id(hdcp, output, HDCP_INITIALIZED); in reset_authentication()
219 set_state_id(hdcp, output, HDCP_INITIALIZED); in reset_authentication()
224 set_state_id(hdcp, output, HDCP_INITIALIZED); in reset_authentication()
[all …]
H A Dhdcp.h413 static inline void set_state_id(struct mod_hdcp *hdcp, in set_state_id() function