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/a6xx: Increase pwrup_reglist size Date: Tue, 05 May 2026 08:06:04 +1000 Message-ID: In-Reply-To: <20260504190751.61052-15-robin.clark@oss.qualcomm.com> References: <20260504190751.61052-1-robin.clark@oss.qualcomm.com> <20260504190751.61052-15-robin.clark@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 change from `PAGE_SIZE` to `2 * PAGE_SIZE` for the pwrup reglist allocation. Needed because SEL registers will be appended in patch 15. Clean. Also converts `cpu_gpu_lock::regs[62]` to a flex array `regs[]`, which is correct given the increased allocation size. --- Generated by Claude Code Patch Reviewer