Home
last modified time | relevance | path

Searched refs:HDCP14_KSV_SIZE (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/hdcp/
H A Dhdcp_msg.c39 #define HDCP14_KSV_SIZE 5 macro
40 #define HDCP14_MAX_KSV_FIFO_SIZE 127*HDCP14_KSV_SIZE
237 if (length % HDCP14_KSV_SIZE) { in dpcd_access_helper()
238 DC_LOG_ERROR("%s: KsvFifo Size(%d) is not a multiple of HDCP14_KSV_SIZE(%d)\n", in dpcd_access_helper()
241 HDCP14_KSV_SIZE); in dpcd_access_helper()
252 length / HDCP14_KSV_SIZE); in dpcd_access_helper()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/hdcp/
H A Dhdcp_msg.c39 #define HDCP14_KSV_SIZE 5 macro
40 #define HDCP14_MAX_KSV_FIFO_SIZE 127*HDCP14_KSV_SIZE
237 if (length % HDCP14_KSV_SIZE) { in dpcd_access_helper()
238 DC_LOG_ERROR("%s: KsvFifo Size(%d) is not a multiple of HDCP14_KSV_SIZE(%d)\n", in dpcd_access_helper()
241 HDCP14_KSV_SIZE); in dpcd_access_helper()
252 length / HDCP14_KSV_SIZE); in dpcd_access_helper()

Completed in 1 milliseconds