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/exynos: fbdev: Use client buffers Date: Sat, 16 May 2026 15:38:04 +1000 Message-ID: In-Reply-To: <20260511115538.57884-1-tzimmermann@suse.de> References: <20260511115538.57884-1-tzimmermann@suse.de> 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/exynos: fbdev: Use client buffers Author: Thomas Zimmermann Patches: 6 Reviewed: 2026-05-16T15:38:04.172880 --- This is a clean, well-structured 5-patch series from Thomas Zimmermann that converts the Exynos DRM fbdev emulation from using an internal ad-hoc framebuffer to using DRM client buffers. The progression is logical: fix a bug (patch 1), inline the helper (patch 2), modernize geometry calculation (patch 3), switch to client buffers (patch 4), and clean up symbol visibility (patch 5). The series has Tested-by and Acked-by from Marek Szyprowski (Samsung platform maintainer), and patch 1 correctly carries a Fixes tag with Cc: stable. The code is correct, reference counting is handled properly, and error paths are clean. **Verdict: Looks good. No blocking issues.** --- --- Generated by Claude Code Patch Reviewer