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/color: Add YCbCr limited-to-full range color block support Date: Sun, 12 Apr 2026 13:07:25 +1000 Message-ID: In-Reply-To: <20260408051514.608781-12-chaitanya.kumar.borah@intel.com> References: <20260408051514.608781-1-chaitanya.kumar.borah@intel.com> <20260408051514.608781-12-chaitanya.kumar.borah@intel.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 **Overall**: Adds `INTEL_PLANE_CB_YUV_RANGE_CORRECT` as a single-option fix= ed matrix colorop (`BIT(DRM_COLOROP_FM_YCBCR_LIMITED_FULL)`). **Observation**: Having a colorop with only one selectable option (plus byp= ass) is a valid pattern =E2=80=94 the real control is the bypass toggle. Th= is cleanly models the hardware's YUV range correction block. No issues with this patch in isolation, but the programming side (patch 12)= has the critical interaction bug described above. --- Generated by Claude Code Patch Reviewer