Re: [PATCH v12 20/22] gpu: nova-core: mm: Add PRAMIN aperture self-tests
From: Alexandre Courbot
Date: Sat May 02 2026 - 11:44:50 EST
On Sun Apr 26, 2026 at 6:14 AM JST, Joel Fernandes wrote:
> Add self-tests for the PRAMIN aperture mechanism to verify correct
> operation during GPU probe. The tests validate various alignment
> requirements and corner cases.
>
> The tests are default disabled and behind CONFIG_NOVA_MM_SELFTESTS.
> When enabled, tests run after GSP boot during probe.
It makes sense for the PRAMIN self-test to be merged alongside PRAMIN
support (and also gives us a reason to merge PRAMIN as soon as it is
ready even if the rest of the series is still under review, as it
exercises the code).
Can you move this patch right after patch 4?