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/msm/hdmi: Fix wrong CTRL1 register used in writing info frames Date: Thu, 12 Mar 2026 06:46:33 +1000 Message-ID: In-Reply-To: <20260311191620.245394-2-krzysztof.kozlowski@oss.qualcomm.com> References: <20260311191620.245394-2-krzysztof.kozlowski@oss.qualcomm.com> X-Mailer: Claude Code Patch Reviewer Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Overall Series Review Subject: drm/msm/hdmi: Fix wrong CTRL1 register used in writing info frames Author: Krzysztof Kozlowski Patches: 1 Reviewed: 2026-03-12T06:46:33.744959 --- This is a single-patch bug fix for the MSM HDMI bridge driver. The fix is correct, straightforward, and well-documented. The patch addresses a clear copy-paste or refactoring error introduced in commit `384d2b03d0a1` where a read-modify-write sequence was reading from the wrong register (`CTRL1` instead of `CTRL0`) before applying `CTRL0` field masks and writing to `CTRL0`. **Verdict: Patch looks good. Recommend applying.** --- Generated by Claude Code Patch Reviewer