From mboxrd@z Thu Jan 1 00:00:00 1970 From: Claude Code Review Bot To: dri-devel-reviews@example.com Subject: Claude review: gpu: nova-core: gsp: move Cmdq's DMA handle to a struct member Date: Sun, 22 Mar 2026 04:46:10 +1000 Message-ID: In-Reply-To: <20260319-b4-cmdq-dma-handle-v1-1-57840b4a4f90@nvidia.com> References: <20260319-b4-cmdq-dma-handle-v1-1-57840b4a4f90@nvidia.com> X-Mailer: Claude Code Patch Reviewer Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Overall Series Review Subject: gpu: nova-core: gsp: move Cmdq's DMA handle to a struct member Author: Alexandre Courbot Patches: 5 Reviewed: 2026-03-22T04:46:10.923513 --- This is a single, clean refactoring patch for the `nova-core` GPU driver (Rust). It converts a method (`Cmdq::dma_handle()`) that locked a mutex just to return an immutable DMA address into a plain struct field, computed once at construction time. The change is well-motivated, straightforward, and correct. **Verdict: Looks good.** --- Generated by Claude Code Patch Reviewer