Re: [PATCH v6 01/35] drm: hdcp2.2 authentication msg definitions

2018-08-01 Thread Ramalingam C
@lists.freedesktop.org; dan...@ffwll.ch; seanp...@chromium.org; Winkler, Tomas ; Usyskin, Alexander ; Shankar, Uma Subject: [PATCH v6 01/35] drm: hdcp2.2 authentication msg definitions This patch defines the hdcp2.2 protocol messages for authentication. v2: bit_fields are removed. Instead bitmasking

RE: [PATCH v6 01/35] drm: hdcp2.2 authentication msg definitions

2018-07-30 Thread Shankar, Uma
rg; Winkler, Tomas >; Usyskin, Alexander ; >Shankar, Uma >Subject: [PATCH v6 01/35] drm: hdcp2.2 authentication msg definitions > >This patch defines the hdcp2.2 protocol messages for authentication. > >v2: > bit_fields are removed. Instead bitmasking used. [Tomas and Jani] > pr

[PATCH v6 01/35] drm: hdcp2.2 authentication msg definitions

2018-07-13 Thread Ramalingam C
This patch defines the hdcp2.2 protocol messages for authentication. v2: bit_fields are removed. Instead bitmasking used. [Tomas and Jani] prefix HDCP_2_2_ is added to the macros. [Tomas] v3: No Changes. v4: Style and spellings are fixed [Uma] v5: Fix for macros. v6: comment for Type i