Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/gpu/drm/amd/display/modules/hdcp/
Dhdcp.h174 uint8_t hdcp2_retry_count; member
581 hdcp->connection.hdcp2_retry_count = 0; in reset_retry_counts()
Dhdcp.c45 hdcp->connection.hdcp2_retry_count++; in push_error_status()
46 if (hdcp->connection.hdcp2_retry_count == MAX_NUM_OF_ATTEMPTS) in push_error_status()
Dhdcp2_transition.c570 if (hdcp->connection.hdcp2_retry_count >= 1) in mod_hdcp_hdcp2_dp_transition()