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: ite-it66121: Fix display output for DVI monitors Date: Sat, 16 May 2026 09:32:44 +1000 Message-ID: In-Reply-To: <20260515090220.809830-1-javierm@redhat.com> References: <20260515090220.809830-1-javierm@redhat.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: ite-it66121: Fix display output for DVI monitors Author: Javier Martinez Canillas Patches: 9 Reviewed: 2026-05-16T09:32:44.392832 --- This is a well-motivated 3-patch series that fixes a real bug: DVI monitors= don't work with the IT66121 bridge because the driver unconditionally sets= HDMI mode. The approach is sound =E2=80=94 convert to the HDMI connector h= elpers first (patch 1), move `.mode_set` to `.atomic_enable` (patch 2), the= n add DVI/HDMI mode selection (patch 3). The series follows the pattern est= ablished by the sibling `ite-it6263` driver. There are a couple of issues worth addressing, one functional concern and a= few minor observations. --- Generated by Claude Code Patch Reviewer