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-qp: Provide .{enable|disable}_hpd() PHY ops Date: Mon, 25 May 2026 21:15:05 +1000 Message-ID: In-Reply-To: <20260520-dw-hdmi-qp-scramb-v6-12-24b74603b782@collabora.com> References: <20260520-dw-hdmi-qp-scramb-v6-0-24b74603b782@collabora.com> <20260520-dw-hdmi-qp-scramb-v6-12-24b74603b782@collabora.com> X-Mailer: Claude Code Patch Reviewer Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Patch Review Clean addition. The optional nature of the callbacks (guarded by `if (hdmi-= >phy.ops->enable_hpd)`) ensures backward compatibility with platform driver= s that haven't implemented them yet =E2=80=94 though in this series, all pl= atform drivers are updated. --- Generated by Claude Code Patch Reviewer