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/imagination: Fix missing pvr_power_fw_{en, dis}able() argument Date: Mon, 25 May 2026 22:56:24 +1000 Message-ID: In-Reply-To: <20260519131150.1290393-1-javierm@redhat.com> References: <20260519131150.1290393-1-javierm@redhat.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: drm/imagination: Fix missing pvr_power_fw_{en, dis}able() argument Author: Javier Martinez Canillas Patches: 1 Reviewed: 2026-05-25T22:56:24.610071 --- This is a single-patch fix for a clear build breakage in the Imagination (PowerVR) GPU driver. Commit 42577ba79fbf ("drm/imagination: Rename FW booted to FW initialised") renamed `fw_dev.booted` to `fw_dev.initialised` but simultaneously dropped required arguments from the `pvr_power_fw_disable()` and `pvr_power_fw_enable()` calls in the suspend/resume paths. The fix is straightforward, correct, and well-documented with the build error in the commit message. **Verdict: The patch looks correct. Recommend applying.** --- Generated by Claude Code Patch Reviewer