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/sun4i: layers: Use drm_fb_dma_get_gem_addr() to get display memory Date: Tue, 10 Mar 2026 12:07:04 +1000 Message-ID: In-Reply-To: <20260309165635.1138413-1-wens@kernel.org> References: <20260309165635.1138413-1-wens@kernel.org> 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/sun4i: layers: Use drm_fb_dma_get_gem_addr() to get display memory Author: Chen-Yu Tsai Patches: 2 Reviewed: 2026-03-10T12:07:04.340955 --- This is a single-patch cleanup that replaces open-coded DMA address calculations in the sun4i UI and VI layer drivers with the existing `drm_fb_dma_get_gem_addr()` helper. The change is straightforward, reduces code duplication, and the helper's logic matches the replaced code. **Looks good overall, with one minor behavioral subtlety worth noting.** --- Generated by Claude Code Patch Reviewer