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/tegra: gr2d/gr3d: Move pm_runtime_enable to gr*d_probe Date: Mon, 18 May 2026 16:14:38 +1000 Message-ID: In-Reply-To: <20260517091450.46728-1-clamor95@gmail.com> References: <20260517091450.46728-1-clamor95@gmail.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/tegra: gr2d/gr3d: Move pm_runtime_enable to gr*d_probe Author: Svyatoslav Ryhel Patches: 3 Reviewed: 2026-05-18T16:14:38.227738 --- This is a clean 2-patch series fixing power management lifecycle issues in the Tegra gr2d and gr3d DRM drivers. The changes are straightforward and well-motivated: patch 1 fixes a race between address register map initialization and userspace visibility, and patch 2 moves PM runtime enable/disable from the wrong callbacks (runtime_resume/client_exit) into probe/remove where they belong. The series has an Acked-by from Mikko Perttunen. The series is correct and should fix the reported resume malfunction. I have a few minor observations but nothing blocking. --- Generated by Claude Code Patch Reviewer