Home
last modified time | relevance | path

Searched refs:hdcp2_retry_count (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/gpu/drm/amd/display/modules/hdcp/
H A Dhdcp.h175 uint8_t hdcp2_retry_count; member
583 hdcp->connection.hdcp2_retry_count = 0; in reset_retry_counts()
H A Dhdcp.c46 hdcp->connection.hdcp2_retry_count++; in push_error_status()
47 if (hdcp->connection.hdcp2_retry_count == retry_limit) in push_error_status()
H A Dhdcp2_transition.c597 if (hdcp->connection.hdcp2_retry_count >= 1) in mod_hdcp_hdcp2_dp_transition()