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/dpu: drop ubwc_dec_version Date: Thu, 12 Mar 2026 07:21:53 +1000 Message-ID: In-Reply-To: <20260311-ubwc-rework-v2-15-69f718f2a1c9@oss.qualcomm.com> References: <20260311-ubwc-rework-v2-0-69f718f2a1c9@oss.qualcomm.com> <20260311-ubwc-rework-v2-15-69f718f2a1c9@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 Replaces a check for both `ubwc_enc_version == 0 && ubwc_dec_version == 0` with just `ubwc_enc_version == 0`. After the database cleanup, `ubwc_dec_version` is being removed, so this is necessary. Missing `Reviewed-by` tag, unlike most other patches. ### PATCHES 16-18: Adapt for UBWC 3.1 support Trivial additions of `UBWC_3_1` handling alongside `UBWC_3_0` in the adreno, mdss, and dpu drivers. --- Generated by Claude Code Patch Reviewer