Skip to content

Commit b29854e

Browse files
anshuma1jnikula
authored andcommitted
drm/hdcp: DP HDCP2.2 errata LC_Send_L_Prime=16
Fix LC_Send_L_Prime message timeout to 16 as documented in DP HDCP 2.2 errata page 3. https://www.digital-cp.com/sites/default/files/HDCP%202_2_DisplayPort_Errata_v3_0.pdf Cc: Ramalingam C <[email protected]> Reviewed-by: Ankit Nautiyal <[email protected]> Signed-off-by: Anshuman Gupta <[email protected]> Acked-by: Maxime Ripard <[email protected]> Signed-off-by: Jani Nikula <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
1 parent 989cf9a commit b29854e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/drm/drm_hdcp.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ struct hdcp2_rep_stream_ready {
231231
#define HDCP_2_2_PAIRING_TIMEOUT_MS 200
232232
#define HDCP_2_2_DP_PAIRING_READ_TIMEOUT_MS 5
233233
#define HDCP_2_2_HDMI_LPRIME_TIMEOUT_MS 20
234-
#define HDCP_2_2_DP_LPRIME_TIMEOUT_MS 7
234+
#define HDCP_2_2_DP_LPRIME_TIMEOUT_MS 16
235235
#define HDCP_2_2_RECVID_LIST_TIMEOUT_MS 3000
236236
#define HDCP_2_2_STREAM_READY_TIMEOUT_MS 100
237237

0 commit comments

Comments
 (0)