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: Don't call drm_gpuvm_bo_extobj_add() if the object is private Date: Tue, 10 Mar 2026 12:15:41 +1000 Message-ID: In-Reply-To: <20260309151119.290217-5-boris.brezillon@collabora.com> References: <20260309151119.290217-1-boris.brezillon@collabora.com> <20260309151119.290217-5-boris.brezillon@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 Small optimization that skips the VM resv lock acquire/release for private BOs where `drm_gpuvm_bo_extobj_add()` would be a NOP anyway. The check `bo->base.base.resv != panthor_vm_resv(vm)` is the correct way to determine if the BO is external. No issues. --- Generated by Claude Code Patch Reviewer