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/panthor: Move the register accessors before the IRQ helpers Date: Tue, 05 May 2026 11:44:52 +1000 Message-ID: In-Reply-To: <20260429-panthor-signal-from-irq-v1-2-4b92ae4142d2@collabora.com> References: <20260429-panthor-signal-from-irq-v1-0-4b92ae4142d2@collabora.com> <20260429-panthor-signal-from-irq-v1-2-4b92ae4142d2@collabora.com> X-Mailer: Claude Code Patch Reviewer Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Patch Review **Verdict: Looks good -- pure code motion.** Moves `gpu_read()`, `gpu_write()`, and related accessor functions/macros before the IRQ helper definitions in `panthor_device.h`. No functional change, just prepares for patch 3 which needs `gpu_read()` available in the inline IRQ helpers. --- --- Generated by Claude Code Patch Reviewer