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/atomic-state-helper: Rename __drm_atomic_helper_plane_state_reset() Date: Sun, 22 Mar 2026 03:32:26 +1000 Message-ID: In-Reply-To: <20260320-drm-mode-config-init-v2-7-c63f1134e76c@kernel.org> References: <20260320-drm-mode-config-init-v2-0-c63f1134e76c@kernel.org> <20260320-drm-mode-config-init-v2-7-c63f1134e76c@kernel.org> X-Mailer: Claude Code Patch Reviewer Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Patch Review Renames to `__drm_atomic_helper_plane_state_init()`. Updates the one external caller in i915 `intel_plane.c` and the EXPORT_SYMBOL + header declaration. Clean mechanical change. Minor nit: the doc still says "This is useful for drivers that subclass the CRTC state" (line 1221) when it should say "plane state". This is a pre-existing typo not introduced by this patch, but since the doc block is being touched anyway, it might be worth fixing. --- Generated by Claude Code Patch Reviewer