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/msm/adreno: set fp16compoptdis for UBWC 3.0 formats Date: Mon, 25 May 2026 21:41:59 +1000 Message-ID: In-Reply-To: <20260520-ubwc-rework-v5-16-72f2749bc807@oss.qualcomm.com> References: <20260520-ubwc-rework-v5-0-72f2749bc807@oss.qualcomm.com> <20260520-ubwc-rework-v5-16-72f2749bc807@oss.qualcomm.com> X-Mailer: Claude Code Patch Reviewer Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Patch Review Adds `fp16compoptdis = true` for the `UBWC_3_0` case in a8xx: ```c case UBWC_3_0: amsbc = true; + fp16compoptdis = true; break; ``` Another correctness fix bundled with the refactoring series. --- Generated by Claude Code Patch Reviewer