From mboxrd@z Thu Jan 1 00:00:00 1970 From: Claude Code Review Bot To: dri-devel-reviews@example.com Subject: Claude review: drm/bridge: it6505: disable HDCP retry when KSV list timeout Date: Tue, 10 Mar 2026 12:28:47 +1000 Message-ID: In-Reply-To: <20260309-disable-hdcp-auto-retry-v1-1-591a1d75a3a6@ite.com.tw> References: <20260309-disable-hdcp-auto-retry-v1-1-591a1d75a3a6@ite.com.tw> X-Mailer: Claude Code Patch Reviewer Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Overall Series Review Subject: drm/bridge: it6505: disable HDCP retry when KSV list timeout Author: Hermes Wu via B4 Relay Patches: 1 Reviewed: 2026-03-10T12:28:47.941159 --- This is a single, straightforward patch that fixes a real user-visible prob= lem (continuous flickering) caused by the IT6505 bridge driver endlessly re= trying HDCP authentication when KSV list times out or HDCP fails with certa= in DP-to-HDMI converters. The fix is simple: replace `it6505_start_hdcp()` = with `it6505_stop_hdcp()` in two error paths, breaking the re-authenticatio= n loop. The change is small, well-scoped, and the commit message clearly explains b= oth the problem and the fix. The approach is reasonable =E2=80=94 when HDCP= cannot succeed (due to a problematic downstream converter), stopping grace= fully is better than retrying indefinitely. **Verdict: Looks good overall, with one concern worth discussing.** --- Generated by Claude Code Patch Reviewer