Re: [Intel-gfx] [PATCH v5 13/40] drm/i915: Implement HDCP2.2 Enable and Disable

2018-07-12 Thread Ramalingam C
On Tuesday 10 July 2018 02:18 AM, Sean Paul wrote: On Wed, Jun 27, 2018 at 02:10:02PM +0530, Ramalingam C wrote: Implements a sequence of enabling and disabling the HDCP2.2 (auth and encryption). This is really hard to review, since all I see are stubs. I'd much rather have each patch do some

Re: [Intel-gfx] [PATCH v5 13/40] drm/i915: Implement HDCP2.2 Enable and Disable

2018-07-09 Thread Sean Paul
On Wed, Jun 27, 2018 at 02:10:02PM +0530, Ramalingam C wrote: > Implements a sequence of enabling and disabling the HDCP2.2 > (auth and encryption). This is really hard to review, since all I see are stubs. I'd much rather have each patch do something useful, instead of just call stubs. That said,

[Intel-gfx] [PATCH v5 13/40] drm/i915: Implement HDCP2.2 Enable and Disable

2018-06-27 Thread Ramalingam C
Implements a sequence of enabling and disabling the HDCP2.2 (auth and encryption). v2: Rebased. v3: No Changes. v4: No Changes. v5: Rebased as part of the patch reordering. HDCP2 encryption status is tracked. Signed-off-by: Ramalingam C --- drivers/gpu/drm/i915/intel_hdcp.c | 105