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: Invalidate CEC phys addr from connector detect Date: Sat, 16 May 2026 16:21:43 +1000 Message-ID: In-Reply-To: <20260510124111.1226584-10-jonas@kwiboo.se> References: <20260510124111.1226584-1-jonas@kwiboo.se> <20260510124111.1226584-10-jonas@kwiboo.se> X-Mailer: Claude Code Patch Reviewer Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Patch Review Moves CEC phys addr invalidation from the IRQ handler to `dw_hdmi_connector_detect()`. This is cleaner because the detect path runs under `mode_config.mutex`, reducing the need for the `cec_notifier_mutex` (removed in patch 10). No issues. --- Generated by Claude Code Patch Reviewer