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: Add YCBCR444 handling for sink formats Date: Mon, 25 May 2026 17:26:10 +1000 Message-ID: In-Reply-To: <20260523-color-format-v16-11-24340c5e4732@collabora.com> References: <20260523-color-format-v16-0-24340c5e4732@collabora.com> <20260523-color-format-v16-11-24340c5e4732@collabora.com> X-Mailer: Claude Code Patch Reviewer Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Patch Review Clean addition. The `intel_hdmi_can_ycbcr444()` correctly excludes GMCH pla= tforms (older hardware that can't do YCbCr444). The sink BPC checks for YCb= Cr444 correctly use `edid_hdmi_ycbcr444_dc_modes` (vs. `edid_hdmi_rgb444_dc= _modes` for RGB). The ordering in `intel_hdmi_sink_format_valid()` now has YCBCR420, then YCB= CR444, then RGB =E2=80=94 which matches the v16 changelog's note about reor= dering. No issues. --- Generated by Claude Code Patch Reviewer