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/panthor: Expose GPU page sizes to UM Date: Tue, 05 May 2026 11:14:07 +1000 Message-ID: In-Reply-To: <20260429183253.66422-2-adrian.larumbe@collabora.com> References: <20260429183253.66422-1-adrian.larumbe@collabora.com> <20260429183253.66422-2-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 Patch Review Clean patch. Adds `struct drm_panthor_mmu_info` with a `page_size_bitmap` field, exposes it via `DRM_PANTHOR_DEV_QUERY_MMU_INFO`, and initializes it to `SZ_4K | SZ_2M` in `panthor_mmu_info_init()`. No issues. Already has R-b from Steven Price and Boris Brezillon. --- Generated by Claude Code Patch Reviewer