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/damage-helper: Remove old state from drm_atomic_helper_damage_merged() Date: Sat, 16 May 2026 15:34:46 +1000 Message-ID: In-Reply-To: <20260511122421.114014-8-tzimmermann@suse.de> References: <20260511122421.114014-1-tzimmermann@suse.de> <20260511122421.114014-8-tzimmermann@suse.de> X-Mailer: Claude Code Patch Reviewer Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Patch Review **Correctness**: Same pattern as patch 6 but for `drm_atomic_helper_damage_merged()`. Since this internally calls `damage_iter_init()` (which no longer needs old_state), the parameter propagation is straightforward. The i915 changes are notable: - `intel_plane_copy_uapi_plane_damage()` loses its `old_uapi_plane_state` parameter - `plane_atomic_check()` no longer needs `old_primary_crtc_plane_state` - The typo fix "Incase" -> "In case" is a nice bonus All changes look correct. --- Generated by Claude Code Patch Reviewer