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/connector: Register color format property on HDMI connectors Date: Sun, 12 Apr 2026 11:01:44 +1000 Message-ID: In-Reply-To: <20260409-color-format-v12-19-ce84e1817a27@collabora.com> References: <20260409-color-format-v12-0-ce84e1817a27@collabora.com> <20260409-color-format-v12-19-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 Registers the color format property in `drmm_connector_hdmi_init()`: ```c ret = drm_connector_attach_color_format_property(connector, supported_formats); if (ret) return ret; ``` This means any HDMI connector using the common init path automatically gets the property. R-b from Maxime Ripard. **Verdict**: Good. --- --- Generated by Claude Code Patch Reviewer