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/v3d: Split BO fence attach from syncobj output handling Date: Thu, 04 Jun 2026 11:24:42 +1000 Message-ID: In-Reply-To: <20260603-v3d-sched-misc-fixes-v3-12-d7114bba55a0@igalia.com> References: <20260603-v3d-sched-misc-fixes-v3-0-d7114bba55a0@igalia.com> <20260603-v3d-sched-misc-fixes-v3-12-d7114bba55a0@igalia.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 decomposition of `v3d_attach_fences_and_unlock_reservation()` into three distinct functions: 1. `v3d_submit_attach_object_fences()` - attach fences to BOs 2. `v3d_submit_unlock_reservations()` - release drm_exec 3. `v3d_submit_process_post_deps()` - replace out_sync syncobjs `v3d_submit_jobs()` now calls these explicitly in sequence. No functional change. No issues. --- Generated by Claude Code Patch Reviewer