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: Replace calls to deprecated HDMI/audio detection functions Date: Fri, 27 Feb 2026 13:44:34 +1000 Message-ID: In-Reply-To: <20260225093051.12031-1-karanja99erick@gmail.com> References: <20260225093051.12031-1-karanja99erick@gmail.com> 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: dw-hdmi: Replace calls to deprecated HDMI/audio detect= ion functions Author: Erick Karanja Patches: 3 Reviewed: 2026-02-27T13:44:34.670495 --- This is a single-patch series attempting to address a FIXME comment already= present in the dw-hdmi driver. The goal =E2=80=94 replacing deprecated `dr= m_detect_hdmi_monitor()` / `drm_detect_monitor_audio()` with `connector->di= splay_info` fields populated by `drm_edid_connector_update()` =E2=80=94 is = correct and desirable. However, the implementation has a significant proble= m: it introduces a **duplicate call** to `drm_edid_connector_update()` in t= he connector path, and also drops useful debug logging. The patch needs rew= ork. --- Generated by Claude Code Patch Reviewer