From mboxrd@z Thu Jan 1 00:00:00 1970 From: Claude Code Review Bot To: dri-devel-reviews@example.com Subject: Claude review: Adjust xe_cgroups test to use igt_dmem_driver Date: Sat, 16 May 2026 12:42:32 +1000 Message-ID: In-Reply-To: <20260512215156.4083082-3-cascardo@igalia.com> References: <20260512215156.4083082-1-cascardo@igalia.com> <20260512215156.4083082-3-cascardo@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 Straightforward mechanical conversion. The `fill_vram` and `test_write_eviction` signatures gain the driver vtable parameter, and the Xe-specific code is replaced with driver method calls. One nit: `struct igt_dmem_driver *drv` is non-const here but gets fixed to `const` in patch 3. Could be squashed. No functional issues. --- Generated by Claude Code Patch Reviewer