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/probe-helper: signal hotplug for force-enabled connectors on HPD Date: Tue, 31 Mar 2026 17:46:44 +1000 Message-ID: In-Reply-To: <20260328152550.20222-1-miguelsedek@gmail.com> References: <20260328152550.20222-1-miguelsedek@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/probe-helper: signal hotplug for force-enabled connectors on H= PD Author: Miguel Sedek Patches: 2 Reviewed: 2026-03-31T17:46:44.640883 --- This is a single patch that forces an epoch counter bump for force-enabled = connectors on the HPD IRQ path, so that userspace receives a uevent even th= ough the connector status doesn't change. The problem is real =E2=80=94 a f= orced connector can mask physical link state changes =E2=80=94 but the patc= h has several issues with the approach and patch formatting that need addre= ssing. The diff header is malformed (missing `drivers/gpu/drm/` prefix), the fix i= s arguably too broad (every HPD on any forced connector will trigger a mode= set, including spurious events), and the premise relies on driver-specific = behavior that isn't universal. --- Generated by Claude Code Patch Reviewer