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: Remove unused operation context field Date: Tue, 05 May 2026 11:14:08 +1000 Message-ID: In-Reply-To: <20260429183253.66422-5-adrian.larumbe@collabora.com> References: <20260429183253.66422-1-adrian.larumbe@collabora.com> <20260429183253.66422-5-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 Removes `struct sg_table *sgt` from `panthor_vm_op_ctx.map`. The field was used in the current upstream tree at `panthor_gpuva_sm_step_map` and `panthor_gpuva_sm_step_remap`, so this patch relies on a prerequisite change (referenced by the `prerequisite-patch-id` in the cover letter) that migrated access to `bo->dmap.sgt`. This is fine given the stated base. No issues. --- Generated by Claude Code Patch Reviewer