Re: [PATCH] drm/bridge: it6505: fix HDCP V match check is not performed correctly

2025-01-08 Thread Pin-yen Lin
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: > >&

RE: [PATCH] drm/bridge: it6505: fix HDCP V match check is not performed correctly

2025-01-08 Thread Hermes.Wu
; >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

Re: [PATCH] drm/bridge: it6505: fix HDCP V match check is not performed correctly

2025-01-08 Thread Dmitry Baryshkov
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

[PATCH] drm/bridge: it6505: fix HDCP V match check is not performed correctly

2025-01-07 Thread Hermes Wu via B4 Relay
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