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/gem-dma: Support dedicated DMA device for allocation Date: Thu, 12 Mar 2026 07:08:42 +1000 Message-ID: In-Reply-To: <20260311094929.3393338-1-wenst@chromium.org> References: <20260311094929.3393338-1-wenst@chromium.org> X-Mailer: Claude Code Patch Reviewer Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Overall Series Review Subject: drm/gem-dma: Support dedicated DMA device for allocation Author: Chen-Yu Tsai Patches: 8 Reviewed: 2026-03-12T07:08:42.098677 --- This is a well-structured 4-patch series that extends the existing `drm_dev= _set_dma_dev()` / `drm_dev_dma_dev()` infrastructure to the GEM DMA helpers= , then converts two drivers (MediaTek and sun4i) to use it instead of custo= m workarounds. The approach is sound =E2=80=94 centralizing dedicated DMA d= evice handling in the core helpers rather than having each driver reimpleme= nt it. The patches are logically ordered with infrastructure changes first,= followed by driver conversions. The series is clean and the core patches (1 and 2) have already received Th= omas Zimmermann's Reviewed-by. There are a few minor observations below, bu= t nothing that blocks the series. --- Generated by Claude Code Patch Reviewer