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: Migrate BO reservation locking to DRM exec Date: Sat, 16 May 2026 15:59:28 +1000 Message-ID: In-Reply-To: <20260510-v3d-sched-misc-fixes-v2-7-ca4aba343ef6@igalia.com> References: <20260510-v3d-sched-misc-fixes-v2-0-ca4aba343ef6@igalia.com> <20260510-v3d-sched-misc-fixes-v2-7-ca4aba343ef6@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 Mechanical conversion from `drm_gem_(un)lock_reservations()` + `ww_acquire_ctx` to `drm_exec`. The `dma_resv_reserve_fences()` call is removed because `drm_exec_prepare_array()` handles the reservation slot allocation (via the `num_fences` parameter, passed as 1). No issues. --- Generated by Claude Code Patch Reviewer