From mboxrd@z Thu Jan 1 00:00:00 1970 From: Claude Code Review Bot To: dri-devel-reviews@example.com Subject: Claude review: Support repeated mappings in GPUVM and Panthor Date: Sat, 14 Mar 2026 06:48:44 +1000 Message-ID: In-Reply-To: <20260313150956.1618635-1-adrian.larumbe@collabora.com> References: <20260313150956.1618635-1-adrian.larumbe@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: Support repeated mappings in GPUVM and Panthor Author: =?UTF-8?q?Adri=C3=A1n=20Larumbe?= Patches: 12 Reviewed: 2026-03-14T06:48:44.249462 --- This is a v5 series adding "repeated mapping" support to the DRM GPUVM subsystem and the Panthor (Mali) GPU driver. The feature allows mapping a small BO region (e.g. one page) repeatedly across a large VA range with a single operation, which is critical for efficient Vulkan sparse resource implementation on Mali hardware. The series is well-structured with clear separation between GPUVM core changes and Panthor driver integration. There are several issues worth flagging, ranging from a UAPI concern to off-by-one errors in cleanup paths and a dead callback declaration. --- Generated by Claude Code Patch Reviewer