et Weng
> >(翁玉芬) ; Kenneth Hung (洪家倫) ;
> >treapk...@chromium.org
> >Subject: Re: [PATCH] drm/bridge: it6505: fix HDCP V match check is not
> >performed correctly
> >
> >On Wed, Jan 08, 2025 at 01:45:14PM +0800, Hermes Wu via B4 Relay wrote:
> >&
;
>Thomas Zimmermann ; David Airlie ;
>Simona Vetter ; AngeloGioacchino Del Regno
>; dri-devel@lists.freedesktop.org;
>linux-ker...@vger.kernel.org; Pet Weng (翁玉芬) ; Kenneth
>Hung (洪家倫) ; treapk...@chromium.org
>Subject: Re: [PATCH] drm/bridge: it6505: fix HDCP V match chec
On Wed, Jan 08, 2025 at 01:45:14PM +0800, Hermes Wu via B4 Relay wrote:
> From: Hermes Wu
>
> The loop of V compare is expected to iterate for 5 times
> which compare V array form av[0][] to av[4][].
> It should check loop counter reach the last statement before return true
>
> Fixes: 0989c02c7a
From: Hermes Wu
The loop of V compare is expected to iterate for 5 times
which compare V array form av[0][] to av[4][].
It should check loop counter reach the last statement before return true
Fixes: 0989c02c7a5c ("drm/bridge: it6505: fix HDCP CTS compare V matching")
Signed-off-by: Hermes Wu