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: Remove DRIVER_GEM_GPUVA feature flag Date: Thu, 23 Apr 2026 08:39:45 +1000 Message-ID: In-Reply-To: <20260421084701.24227-1-laura.nao@collabora.com> References: <20260421084701.24227-1-laura.nao@collabora.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: drm: Remove DRIVER_GEM_GPUVA feature flag Author: Laura Nao Patches: 4 Reviewed: 2026-04-23T08:39:45.525593 --- This is a clean, well-motivated single-patch cleanup that removes the `DRIVER_GEM_GPUVA` feature flag from the DRM subsystem. The commit message accurately describes the situation: the flag only gates an `INIT_LIST_HEAD()` call and a debugfs entry filter, neither of which justify a per-driver opt-in flag. The patch is straightforward and touches all the right files. There is one potential issue worth discussing regarding nouveau. **Verdict:** Looks good overall with one minor point to verify. --- Generated by Claude Code Patch Reviewer