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: dw_hdmi: Extract dw_hdmi_connector_status_update() Date: Sat, 16 May 2026 16:21:44 +1000 Message-ID: In-Reply-To: <20260510124111.1226584-12-jonas@kwiboo.se> References: <20260510124111.1226584-1-jonas@kwiboo.se> <20260510124111.1226584-12-jonas@kwiboo.se> X-Mailer: Claude Code Patch Reviewer Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Patch Review Extracts EDID read + `drm_edid_connector_update()` + CEC phys addr set into= a helper function. Note the `status` parameter is accepted but not used in= this patch =E2=80=94 it's used in patch 12 when the function is updated. T= his intermediate state is slightly odd but harmless for bisection since the= unused parameter doesn't affect behavior. No blocking issues. --- Generated by Claude Code Patch Reviewer