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/amd/display: Remove unnecessary SIGNAL_TYPE_HDMI_TYPE_A check Date: Mon, 25 May 2026 17:26:08 +1000 Message-ID: In-Reply-To: <20260523-color-format-v16-1-24340c5e4732@collabora.com> References: <20260523-color-format-v16-0-24340c5e4732@collabora.com> <20260523-color-format-v16-1-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 Clean prep patch. The logic consolidation is correct: if the EDID says 420-only, there's no reason to restrict YCbCr 4:2:0 to HDMI signals. The `||` combining of the two conditions with proper `&&` grouping is a clear improvement. No issues. --- Generated by Claude Code Patch Reviewer