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/display: hdmi-state-helper: Use default case for unsupported formats Date: Sun, 12 Apr 2026 11:01:40 +1000 Message-ID: In-Reply-To: <20260409-color-format-v12-2-ce84e1817a27@collabora.com> References: <20260409-color-format-v12-0-ce84e1817a27@collabora.com> <20260409-color-format-v12-2-ce84e1817a27@collabora.com> X-Mailer: Claude Code Patch Reviewer Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Patch Review Preparatory patch adding a `default:` case to `sink_supports_format_bpc`'s switch to handle `DRM_OUTPUT_COLOR_FORMAT_COUNT`. Moves the existing "Unsupported pixel format" log-and-return into the default case. No functional change. R-b from Maxime Ripard and Cristian Ciocaltea. **Verdict**: Good. --- --- Generated by Claude Code Patch Reviewer