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: Fri, 13 Mar 2026 13:47:06 +1000 Message-ID: In-Reply-To: <20260312-v3d-power-management-v7-0-9f006a1d4c55@igalia.com> References: <20260312-v3d-power-management-v7-0-9f006a1d4c55@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: 6 Reviewed: 2026-03-13T13:47:06.817544 --- This is a well-structured v7 series that introduces Runtime PM support for the Raspberry Pi V3D GPU, allowing the GPU clock to be disabled when idle. The series has been through extensive review iterations and carries several Reviewed-by tags. The patch ordering is logical: first fix the clock framework to handle rate management properly, then fix an ASB timeout, simplify reset handling, reorganize the probe to separate resource allocation from HW init, and finally wire up runtime PM. The overall approach is sound. There are a few items worth examining more closely, particularly in the perfmon PM integration and the suspend error handling. --- Generated by Claude Code Patch Reviewer