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/rockchip: vop2: Rename CSC_BT2020 to CSC_BT2020L Date: Mon, 25 May 2026 17:00:23 +1000 Message-ID: In-Reply-To: <20260524-vop2-bg-yuv-v1-1-dcb6a52923f5@collabora.com> References: <20260524-vop2-bg-yuv-v1-0-dcb6a52923f5@collabora.com> <20260524-vop2-bg-yuv-v1-1-dcb6a52923f5@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 **Verdict: Looks good.** Straightforward rename of `CSC_BT2020` =E2=86=92 `CSC_BT2020L` in the enum = definition (`rockchip_drm_vop2.h:376`) and its single usage site (`rockchip= _drm_vop2.c:660`). The naming is now consistent with `CSC_BT601L` and `CSC_= BT709L`, and the commit message correctly notes it distinguishes from a pot= ential future full-range BT.2020 variant. No functional change. --- --- Generated by Claude Code Patch Reviewer