[Intel-gfx] [PATCH v8 00/35] drm/i915: Implement HDCP2.2

2018-11-27 Thread Ramalingam C
This series enables the HDCP2.2 for I915. The sequence for HDCP2.2 authentication and encryption is implemented as a generic flow between HDMI and DP. Encoder specific implementations are moved into hdcp_shim. Intel HWs supports HDCP2.2 through ME FW. Hence this series introduces a client driver f

Re: [Intel-gfx] [PATCH v8 00/35] drm/i915: Implement HDCP2.2

2018-12-06 Thread Daniel Vetter
On Tue, Nov 27, 2018 at 04:12:58PM +0530, Ramalingam C wrote: > This series enables the HDCP2.2 for I915. The sequence for HDCP2.2 > authentication and encryption is implemented as a generic flow > between HDMI and DP. Encoder specific implementations are moved > into hdcp_shim. > > Intel HWs supp