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/i915/hdmi: Implement "color format" DRM property Date: Mon, 25 May 2026 17:26:11 +1000 Message-ID: In-Reply-To: <20260523-color-format-v16-13-24340c5e4732@collabora.com> References: <20260523-color-format-v16-0-24340c5e4732@collabora.com> <20260523-color-format-v16-13-24340c5e4732@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 Well-structured split of `intel_hdmi_compute_formats` into `_auto` and format-dispatch versions. The property registration in `intel_hdmi_attach_color_format_property()` correctly gates YCBCR420 on `ycbcr_420_allowed` and YCBCR444 on `intel_hdmi_can_ycbcr444()`. **Note:** YCbCr422 is not in the supported formats mask for i915 HDMI, which is consistent with the existing driver not supporting 422 output on HDMI. This is a deliberate omission, not a bug. No issues. --- Generated by Claude Code Patch Reviewer