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: Thu, 12 Mar 2026 07:21:52 +1000 Message-ID: In-Reply-To: <20260311-ubwc-rework-v2-2-69f718f2a1c9@oss.qualcomm.com> References: <20260311-ubwc-rework-v2-0-69f718f2a1c9@oss.qualcomm.com> <20260311-ubwc-rework-v2-2-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 Simple addition: ```c #define UBWC_3_1 0x30010000 /* UBWC 3.0 + Macrotile mode */ ``` The encoding scheme (`0xMAJOR0000 | minor << 16`) is consistent with the existing defines and allows ordered comparison with `>=`. Fine. --- Generated by Claude Code Patch Reviewer