We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfe4cbc commit 956af89Copy full SHA for 956af89
include/drm/drm_hdcp.h
@@ -69,7 +69,6 @@
69
#define HDCP_2_2_REP_SEND_ACK 15
70
#define HDCP_2_2_REP_STREAM_MANAGE 16
71
#define HDCP_2_2_REP_STREAM_READY 17
72
-#define HDCP_2_2_ERRATA_DP_STREAM_TYPE 50
73
74
#define HDCP_2_2_RTX_LEN 8
75
#define HDCP_2_2_RRX_LEN 8
@@ -220,11 +219,6 @@ struct hdcp2_rep_stream_ready {
220
219
u8 m_prime[HDCP_2_2_MPRIME_LEN];
221
} __packed;
222
223
-struct hdcp2_dp_errata_stream_type {
224
- u8 msg_id;
225
- u8 stream_type;
226
-} __packed;
227
-
228
/* HDCP2.2 TIMEOUTs in mSec */
229
#define HDCP_2_2_CERT_TIMEOUT_MS 100
230
#define HDCP_2_2_HPRIME_NO_PAIRED_TIMEOUT_MS 1000
0 commit comments