From mboxrd@z Thu Jan 1 00:00:00 1970 From: Claude Code Review Bot To: dri-devel-reviews@example.com Subject: Claude review: Power Management for Raspberry Pi V3D GPU Date: Wed, 01 Apr 2026 07:45:10 +1000 Message-ID: In-Reply-To: <20260331-v3d-power-management-v9-0-f52ff87bfd36@igalia.com> References: <20260331-v3d-power-management-v9-0-f52ff87bfd36@igalia.com> X-Mailer: Claude Code Patch Reviewer Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Overall Series Review Subject: Power Management for Raspberry Pi V3D GPU Author: =?utf-8?q?Ma=C3=ADra_Canal?= Patches: 5 Reviewed: 2026-04-01T07:45:10.139540 --- This is a well-structured 3-patch series (v9) introducing Runtime PM for the Raspberry Pi V3D GPU driver. The series has gone through extensive review iterations and has accumulated multiple Reviewed-by tags. The decomposition is clean: patch 1 is a small cleanup, patch 2 reorganizes probe to separate resource allocation from HW enablement, and patch 3 adds the actual runtime PM. The overall approach is sound and follows standard kernel runtime PM patterns. The series is in good shape. I have a few observations, mostly minor, and one moderate concern about error handling in the perfmon PM paths. --- Generated by Claude Code Patch Reviewer