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: Split register definitions by components Date: Tue, 28 Apr 2026 14:28:32 +1000 Message-ID: In-Reply-To: <20260427155934.416502-3-karunika.choo@arm.com> References: <20260427155934.416502-1-karunika.choo@arm.com> <20260427155934.416502-3-karunika.choo@arm.com> X-Mailer: Claude Code Patch Reviewer Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Patch Review Creates `panthor_gpu_regs.h`, `panthor_fw_regs.h`, `panthor_mmu_regs.h`, and `panthor_pwr_regs.h` from the monolithic `panthor_regs.h`, which is then deleted. Each source file's include is updated accordingly. The register definitions are moved verbatim. No issues. Clean split. --- Generated by Claude Code Patch Reviewer