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

2020-04-16 Thread Jani Nikula
On Sun, 29 Mar 2020, Ramalingam C wrote: > On 2020-03-28 at 11:41:00 +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. >> > Looks good to me: > > Re

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

2020-03-30 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") --- [v2] rebased on top of latest changes driver

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

2020-03-29 Thread Ramalingam C
On 2020-03-28 at 11:41:00 +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. > Looks good to me: Reviewed-by: Ramalingam C > Signed-off-by: Oliver Barta