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: use qcom_ubwc_version_tag() helper Date: Fri, 13 Mar 2026 14:12:50 +1000 Message-ID: In-Reply-To: <20260312-ubwc-rework-v3-6-b7e8f800176a@oss.qualcomm.com> References: <20260312-ubwc-rework-v3-0-b7e8f800176a@oss.qualcomm.com> <20260312-ubwc-rework-v3-6-b7e8f800176a@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 Mechanical replacement of per-case `mode` assignments with `mode = qcom_ubwc_version_tag(cfg)`. **Subtle change:** The old default for `mode` was `1`, now it's whatever `qcom_ubwc_version_tag()` returns for unknown versions (which would be `0`). Only affects error paths, so acceptable. --- Generated by Claude Code Patch Reviewer