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: Sat, 16 May 2026 13:32:44 +1000 Message-ID: In-Reply-To: <20260512-panthor-signal-from-irq-v2-2-95c614a739cb@collabora.com> References: <20260512-panthor-signal-from-irq-v2-0-95c614a739cb@collabora.com> <20260512-panthor-signal-from-irq-v2-2-95c614a739cb@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 **R-b: Steven Price, Liviu Dudau** Pure code movement. The `gpu_read`/`gpu_write` family and the poll macros are moved above the IRQ register offset definitions and IRQ macro machinery. No functional change. Needed so the inline helpers in patch 3 can call `gpu_read()` / `gpu_write()`. No concerns. --- --- Generated by Claude Code Patch Reviewer