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_helper: Do not evaluate plane damage before atomic_check Date: Sat, 16 May 2026 15:34:46 +1000 Message-ID: In-Reply-To: <20260511122421.114014-9-tzimmermann@suse.de> References: <20260511122421.114014-1-tzimmermann@suse.de> <20260511122421.114014-9-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**: This removes the first (pre-atomic_check) call to `drm_atomic_helper_check_plane_damage()` that was made redundant by patch 2's post-atomic_check call. After this patch, damage evaluation happens exactly once, at the right time. This is the natural conclusion of patches 2-7 and is clean. --- Generated by Claude Code Patch Reviewer