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: Thu, 23 Apr 2026 07:41:44 +1000 Message-ID: In-Reply-To: <20260422122538.3117380-3-adrian.larumbe@collabora.com> References: <20260422122538.3117380-1-adrian.larumbe@collabora.com> <20260422122538.3117380-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 refactoring: passes the whole `struct drm_panthor_vm_bind_op` instead of individual fields. The `panthor_vm_map_bo_range` helper correctly constructs a temporary `drm_panthor_vm_bind_op` on the stack. No issues. This is a good preparatory cleanup. --- Generated by Claude Code Patch Reviewer