From mboxrd@z Thu Jan 1 00:00:00 1970 From: Claude Code Review Bot To: dri-devel-reviews@example.com Subject: Claude review: soc: qcom: ubwc: define UBWC 3.1 Date: Mon, 25 May 2026 21:41:56 +1000 Message-ID: In-Reply-To: <20260520-ubwc-rework-v5-1-72f2749bc807@oss.qualcomm.com> References: <20260520-ubwc-rework-v5-0-72f2749bc807@oss.qualcomm.com> <20260520-ubwc-rework-v5-1-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 `#define UBWC_3_1 0x30010000` to the version constants. This slots between UBWC_3_0 (`0x30000000`) and UBWC_4_0 (`0x40000000`), using the minor version field in the encoding scheme. Straightforward addition used by later patches to distinguish SoCs that were previously all lumped under UBWC_3_0. No issues. --- Generated by Claude Code Patch Reviewer