Re: [PATCH] gpu: nova-core: bitfield: fix broken Default implementation
From: Danilo Krummrich
Date: Tue Mar 31 2026 - 09:36:53 EST
On 3/31/26 9:56 AM, Eliot Courtney wrote:
> The current implementation does not actually set the default values for
> the fields in the bitfield. Set it and add a test.
>
> Signed-off-by: Eliot Courtney <ecourtney@xxxxxxxxxx>
Thanks for the fix!
Please add a Fixes: tag and separate the fix from the newly introduced Kunit test.
Maybe it is not worth adding the Kunit test in here as generic bitfields are
being worked on, but I don't mind.
- Danilo