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: rename llc_mmio to cx_misc_mmio Date: Sun, 12 Apr 2026 13:17:01 +1000 Message-ID: In-Reply-To: <20260407-adreno-810-v3-3-30cb7f196ed4@pm.me> References: <20260407-adreno-810-v3-0-30cb7f196ed4@pm.me> <20260407-adreno-810-v3-3-30cb7f196ed4@pm.me> X-Mailer: Claude Code Patch Reviewer Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Patch Review Clean mechanical rename of `llc_mmio` -> `cx_misc_mmio` and corresponding accessor functions `a6xx_llc_{read,write,rmw}` -> `a6xx_cx_misc_{read,write,rmw}`. The rename is well-motivated: the CX_MISC region is used for more than just LLCC (software fuses for raytracing, TCM retention, etc.). All callers are updated consistently across a6xx_gmu.c, a6xx_gpu.c, a6xx_gpu.h, and a8xx_gpu.c. Already has Reviewed-by from Akhil P Oommen. No issues. --- Generated by Claude Code Patch Reviewer