Re: [Intel-gfx] [PATCH] drm/i915: HDCP: fix Ri prime check done during link check

2020-03-05 Thread Oliver Barta
On Tue, Mar 3, 2020 at 10:33 AM Ramalingam C wrote: > > On 2020-02-29 at 11:39:22 +0100, Oliver Barta wrote: > > From: Oliver Barta > > > > The check was always succeeding even in case of a mismatch due to the > > HDCP_STATUS_ENC bit being set. Make sure both bits are actually set. > > > > Signed

Re: [Intel-gfx] [PATCH] drm/i915: HDCP: fix Ri prime check done during link check

2020-03-03 Thread Ramalingam C
On 2020-02-29 at 11:39:22 +0100, Oliver Barta wrote: > From: Oliver Barta > > The check was always succeeding even in case of a mismatch due to the > HDCP_STATUS_ENC bit being set. Make sure both bits are actually set. > > Signed-off-by: Oliver Barta Looks good to me. But we need to do same on

[Intel-gfx] [PATCH] drm/i915: HDCP: fix Ri prime check done during link check

2020-03-02 Thread Oliver Barta
From: Oliver Barta The check was always succeeding even in case of a mismatch due to the HDCP_STATUS_ENC bit being set. Make sure both bits are actually set. Signed-off-by: Oliver Barta Fixes: 2320175feb74 ("drm/i915: Implement HDCP for HDMI") --- Submitted before as part of patch series http