Re: [PATCH v2 01/10] gpu: nova-core: convert PMC registers to kernel register macro
From: Gary Guo
Date: Fri Mar 20 2026 - 15:11:29 EST
On Fri Mar 20, 2026 at 12:19 PM GMT, Alexandre Courbot wrote:
> Convert all PMC registers to use the kernel's register macro and update
> the code accordingly.
>
> nova-core's registers have some constant properties (like a 32-bit size
> and a crate visibility), so introduce the `nv_reg` macro to shorten
> their declaration.
This part of commit message should be removed.
Best,
Gary
>
> Signed-off-by: Alexandre Courbot <acourbot@xxxxxxxxxx>