Re: [PATCH v2 0/2] gpu: nova-core: convert to kernel bitfield macro and remove local variant
From: Alexandre Courbot
Date: Thu Jul 02 2026 - 22:48:13 EST
On Wed Jul 1, 2026 at 9:15 AM JST, Alexandre Courbot wrote:
> Now that the kernel-wide bitfield macro is available, it is time for the
> Nova-local version to be removed.
>
> The first patch converts all uses of the local macro to the global one.
> This involves redefining all bitfields since the syntax has changed, and
> taking into account the use of `Bounded`.
>
> The second patch removes the now unused Nova-local bitfield macro.
>
> This is a follow-up to [1] containing the Nova patches that have been
> dropped after [2].
>
> This series applies on top of `drm-rust-next`. Since it has been
> reviewed/acked I am planning on merging it soon; this revision is mostly
> to address the Sashiko feedback of v1.
>
> [1] https://lore.kernel.org/all/20260606-bitfield-v5-0-b92188820914@xxxxxxxxxx/
> [2] https://lore.kernel.org/all/20260527-bitfield-v4-0-e8821d4efbde@xxxxxxxxxx/
>
> Signed-off-by: Alexandre Courbot <acourbot@xxxxxxxxxx>
Pushed to `drm-rust-next`, thanks!