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: Add RK3576 to the RG swap special case Date: Sun, 12 Apr 2026 11:01:43 +1000 Message-ID: In-Reply-To: <20260409-color-format-v12-13-ce84e1817a27@collabora.com> References: <20260409-color-format-v12-0-ce84e1817a27@collabora.com> <20260409-color-format-v12-13-ce84e1817a27@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 Extends the RG swap check to include RK3576: ```c if (vop2->version == VOP_VERSION_RK3588 || vop2->version == VOP_VERSION_RK3576) { ``` Has a `Fixes:` tag for the RK3576 VOP2 support commit. R-b from Andy Yan. **Verdict**: Good. --- --- Generated by Claude Code Patch Reviewer