On Wed, May 07, 2025 at 10:52:27PM +0900, Alexandre Courbot wrote:
> gpu: nova-core: derive useful traits for Chipset
> gpu: nova-core: add missing GA100 definition
> gpu: nova-core: take bound device in Gpu::new
> gpu: nova-core: define registers layout using helper macro
[ Fix typo in commit message. - Danilo ]
> gpu: nova-core: fix layout of NV_PMC_BOOT_0
[ Use Result from kernel::prelude. - Danilo ]
> gpu: nova-core: move Firmware to firmware module
[ Don't require a bound device, remove pub visibility from Firmware
fields, use FIRMWARE_VERSION consistently. - Danilo ]
Applied the patches above to nova-next, thanks!