Skip to content

Commit 956af89

Browse files
ramalingamcdanvet
authored andcommitted
drm: removing the DP Errata msg and its msg id
Since DP ERRATA message is not defined at spec, those structure definition is removed from drm_hdcp.h Signed-off-by: Ramalingam C <[email protected]> Suggested-by: Daniel Vetter <[email protected]> Reviewed-by: Daniel Vetter <[email protected]> Reviewed-by: Uma Shankar <[email protected]> Acked-by: Dave Airlie <[email protected]> Signed-off-by: Daniel Vetter <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
1 parent dfe4cbc commit 956af89

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

include/drm/drm_hdcp.h

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@
6969
#define HDCP_2_2_REP_SEND_ACK 15
7070
#define HDCP_2_2_REP_STREAM_MANAGE 16
7171
#define HDCP_2_2_REP_STREAM_READY 17
72-
#define HDCP_2_2_ERRATA_DP_STREAM_TYPE 50
7372

7473
#define HDCP_2_2_RTX_LEN 8
7574
#define HDCP_2_2_RRX_LEN 8
@@ -220,11 +219,6 @@ struct hdcp2_rep_stream_ready {
220219
u8 m_prime[HDCP_2_2_MPRIME_LEN];
221220
} __packed;
222221

223-
struct hdcp2_dp_errata_stream_type {
224-
u8 msg_id;
225-
u8 stream_type;
226-
} __packed;
227-
228222
/* HDCP2.2 TIMEOUTs in mSec */
229223
#define HDCP_2_2_CERT_TIMEOUT_MS 100
230224
#define HDCP_2_2_HPRIME_NO_PAIRED_TIMEOUT_MS 1000

0 commit comments

Comments
 (0)