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/drm_blend: allow blend mode property without PREMULTI Date: Wed, 27 May 2026 14:22:59 +1000 Message-ID: In-Reply-To: <20260526181700.25310-1-leandro.ribeiro@collabora.com> References: <20260526181700.25310-1-leandro.ribeiro@collabora.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/drm_blend: allow blend mode property without PREMULTI Author: Leandro Ribeiro Patches: 3 Reviewed: 2026-05-27T14:22:59.780246 --- This is a clean, well-motivated 2-patch series that relaxes the DRM blend mode property creation to no longer require PREMULTI support, enabling hardware that only supports COVERAGE. The approach is sound: patch 1 removes the restriction while maintaining backwards compatibility (PREMULTI remains the default when available), and patch 2 adds a validation warning to catch future drivers that expose alpha formats without setting up a blend mode property. The series is at v4 and has clearly benefited from prior review iterations. The scope is minimal and well-contained. I have one correctness concern in patch 2. --- Generated by Claude Code Patch Reviewer