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: handle IRQ_HPD events correctly Date: Sat, 16 May 2026 11:25:49 +1000 Message-ID: In-Reply-To: <20260513-hpd-irq-events-v3-0-086857017f16@oss.qualcomm.com> References: <20260513-hpd-irq-events-v3-0-086857017f16@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: handle IRQ_HPD events correctly Author: Dmitry Baryshkov Patches: 7 Reviewed: 2026-05-16T11:25:49.827310 --- This is a well-structured 6-patch series from Dmitry Baryshkov (v3 RESEND) that adds plumbing for IRQ_HPD events through the DRM connector/bridge stack, primarily to enable USB-C DP AltMode to deliver DP MST sideband notifications to DisplayPort drivers. The approach of introducing a new `enum drm_connector_status_extra` rather than overloading `drm_connector_status` is clean. The series is logically ordered: infrastructure first (patches 1-3), then consumer (patch 4), then two producer patches (5-6). **Overall: Looks reasonable. A few issues worth addressing below, one significant.** --- --- Generated by Claude Code Patch Reviewer