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: Pass vm_bind_op to vm_prepare_map_op_ctx Date: Mon, 25 May 2026 21:08:33 +1000 Message-ID: In-Reply-To: <20260521014359.2011484-3-adrian.larumbe@collabora.com> References: <20260521014359.2011484-1-adrian.larumbe@collabora.com> <20260521014359.2011484-3-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 refactor passing the whole `drm_panthor_vm_bind_op` struct instead of individual fields. The `panthor_vm_map_bo_range` caller correctly constructs a local `drm_panthor_vm_bind_op` on the stack with the right fields. One minor nit: the `op` parameter is declared `const struct drm_panthor_vm_bind_op *op` in the new signature, which is correct since the function doesn't modify it. No issues. --- Generated by Claude Code Patch Reviewer