Re: [Intel-gfx] [PATCH v2 7/8] drm/i915: Reauthenticate HDCP on failure

2018-02-02 Thread Sean Paul
On Sat, Feb 03, 2018 at 01:41:35AM +0530, Ramalingam C wrote: > Incase of HDCP authentication failure, HDCP spec expects > reauthentication. Hence this patch adds the reauthentications > to be compliance with spec. > > v2: > do-while to for loop for simplicity. [Seanpaul]. > > Signed-off-by:

[Intel-gfx] [PATCH v2 7/8] drm/i915: Reauthenticate HDCP on failure

2018-02-02 Thread Ramalingam C
Incase of HDCP authentication failure, HDCP spec expects reauthentication. Hence this patch adds the reauthentications to be compliance with spec. v2: do-while to for loop for simplicity. [Seanpaul]. Signed-off-by: Ramalingam C --- drivers/gpu/drm/i915/intel_hdcp.c |