Searched refs:rx_caps (Results 1 – 8 of 8) sorted by relevance
487 memset(link->hdcp_caps.rx_caps.raw, 0, in query_hdcp_capability() 488 sizeof(link->hdcp_caps.rx_caps.raw)); in query_hdcp_capability() 494 msg22.data = link->hdcp_caps.rx_caps.raw; in query_hdcp_capability() 495 msg22.length = sizeof(link->hdcp_caps.rx_caps.raw); in query_hdcp_capability() 498 msg22.data = &link->hdcp_caps.rx_caps.fields.version; in query_hdcp_capability() 499 msg22.length = sizeof(link->hdcp_caps.rx_caps.fields.version); in query_hdcp_capability() 1351 link->hdcp_caps.rx_caps.fields.byte0.hdcp_capable && in link_is_hdcp22() 1352 (link->hdcp_caps.rx_caps.fields.version == 0x2)) ? 1 : 0; in link_is_hdcp22() 1357 ret = (link->hdcp_caps.rx_caps.fields.version == 0x4) ? 1:0; in link_is_hdcp22()
651 u8 rx_caps[3]; in _intel_dp_hdcp2_get_capability() local 658 * capability on the first rx_caps read and usually take an extra read in _intel_dp_hdcp2_get_capability() 659 * to give the capability. We read rx_caps three times before we in _intel_dp_hdcp2_get_capability() 665 rx_caps, HDCP_2_2_RXCAPS_LEN); in _intel_dp_hdcp2_get_capability() 669 if (rx_caps[0] == HDCP_2_2_RX_CAPS_VERSION_VAL && in _intel_dp_hdcp2_get_capability() 670 HDCP_2_2_DP_HDCP_CAPABLE(rx_caps[2])) { in _intel_dp_hdcp2_get_capability()
107 memcpy(verify_rxcert_in.rx_caps, rx_cert->rx_caps, HDCP_2_2_RXCAPS_LEN); in intel_hdcp_gsc_verify_receiver_cert_prepare_km()
1586 if (msgs.send_cert.rx_caps[0] != HDCP_2_2_RX_CAPS_VERSION_VAL) { in hdcp2_authentication_key_exchange() 1587 drm_dbg_kms(display->drm, "cert.rx_caps dont claim HDCP2.2\n"); in hdcp2_authentication_key_exchange() 1591 hdcp->is_repeater = HDCP_2_2_RX_REPEATER(msgs.send_cert.rx_caps[2]); in hdcp2_authentication_key_exchange()
161 u8 rx_caps[HDCP_2_2_RXCAPS_LEN]; member
262 /* hdcp capable bit is not set in rx_caps(error is unique to DP) */407 u8 rx_caps[HDCP_2_2_RXCAPS_LEN]; member
808 struct dpcd_caps *rx_caps = &link->dpcd_caps; in decide_eq_training_pattern() local 821 rx_caps->max_down_spread.bits.TPS4_SUPPORTED) in decide_eq_training_pattern() 824 rx_caps->max_ln_count.bits.TPS3_SUPPORTED) in decide_eq_training_pattern()
997 union hdcp_rx_caps rx_caps; member