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 new helper to set ubwc_swizzle Date: Mon, 25 May 2026 21:41:59 +1000 Message-ID: In-Reply-To: <20260520-ubwc-rework-v5-12-72f2749bc807@oss.qualcomm.com> References: <20260520-ubwc-rework-v5-0-72f2749bc807@oss.qualcomm.com> <20260520-ubwc-rework-v5-12-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 Migrates a6xx, a8xx, and adreno_gpu.c to use `qcom_ubwc_swizzle()` instead of `cfg->ubwc_swizzle`. ```c - u32 level2_swizzling_dis = !(cfg->ubwc_swizzle & UBWC_SWIZZLE_ENABLE_LVL2); + u32 level2_swizzling_dis = !(qcom_ubwc_swizzle(cfg) & UBWC_SWIZZLE_ENABLE_LVL2); ``` No issues. --- Generated by Claude Code Patch Reviewer