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/msm/a6xx: Use barriers while updating HFI Q headers Date: Wed, 25 Mar 2026 07:32:09 +1000 Message-ID: In-Reply-To: <20260324-a8xx-gpu-batch2-v1-6-fc95b8d9c017@oss.qualcomm.com> References: <20260324-a8xx-gpu-batch2-v1-0-fc95b8d9c017@oss.qualcomm.com> <20260324-a8xx-gpu-batch2-v1-6-fc95b8d9c017@oss.qualcomm.com> X-Mailer: Claude Code Patch Reviewer Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Patch Review Good defensive change. The `dma_mb()` barriers and `READ_ONCE`/`WRITE_ONCE`= are appropriate for the shared memory HFI queues between CPU and GMU firmw= are. **Nit:** Extra space in comments: `" Ensure all memory..."` =E2=80=94 two = spaces after `/*`. --- Generated by Claude Code Patch Reviewer