<html><body><p>
<pre>
Hi, Mac:

On Fri, 2023-11-24 at 16:53 +0800, mac.shen wrote:
> Add tee client application, HDCP 1.x and 2.x authentication for
> DisplayPort
> to support the HDCP feature.
>
> Signed-off-by: mac.shen <mac.shen@mediatek.com>
> ---

[snip]

> +
> +enum ENUM_HDCP2_MSG_LIST {
> +HDCP2_MSG_ZERO = 0,
> +HDCP2_MSG_AKE_INIT = 1,
> +HDCP2_MSG_AKE_SEND_CERT = 2,
> +HDCP2_MSG_AKE_NO_STORED_KM = 3,
> +HDCP2_MSG_AKE_STORED_KM = 4,
> +HDCP2_MSG_AKE_SEND_H_PRIME = 5,
> +HDCP2_MSG_AKE_SEND_PAIRING_INFO = 6,
> +HDCP2_MSG_LC_INIT = 7,

This looks like HDCP_2_2_LC_INIT in include/drm/drm_hdcp.h. If these
are defined in HDCP specification, move these definition to
include/drm/drm_hdcp.h

Regards,
CK

> +HDCP2_MSG_LC_SEND_L_PRIME = 8,
> +HDCP2_MSG_SKE_SEND_EKS = 9,
> +HDCP2_MSG_REPAUTH_SEND_RECVID_LIST = 10,
> +HDCP2_MSG_REPAUTH_VERIFY_RECVID_LIST = 11,
> +HDCP2_MSG_REPAUTH_SEND_ACK = 12,
> +HDCP2_MSG_REPAUTH_STREAM_MANAGE = 13,
> +HDCP2_MSG_REPAUTH_STREAM_READY = 14,
> +HDCP2_MSG_AUTH_FAIL = 15,
> +HDCP2_MSG_AUTH_DONE = 16,
> +};



</pre>
</p></body></html><!--type:text--><!--{--><pre>************* MEDIATEK Confidentiality Notice ********************
The information contained in this e-mail message (including any 
attachments) may be confidential, proprietary, privileged, or otherwise
exempt from disclosure under applicable laws. It is intended to be 
conveyed only to the designated recipient(s). Any use, dissemination, 
distribution, printing, retaining or copying of this e-mail (including its 
attachments) by unintended recipient(s) is strictly prohibited and may 
be unlawful. If you are not an intended recipient of this e-mail, or believe 
that you have received this e-mail in error, please notify the sender 
immediately (by replying to this e-mail), delete any and all copies of 
this e-mail (including any attachments) from your system, and do not
disclose the content of this e-mail to any other person. Thank you!
</pre><!--}-->