Loading
gpu: nova-core: bindings: derive `MaybeZeroable`
Commit 4846300b ("rust: derive `Zeroable` for all structs & unions generated by bindgen where possible") automatically derives `MaybeZeroable` for all bindings. This is better than selectively deriving `Zeroable` as it ensures all types that can implement `Zeroable` do. Regenerate the nova-core bindings so they benefit from this, and remove a now unneeded implementation of `Zeroable`. Fixes: 75f6b1de ("gpu: nova-core: gsp: Add GSP command queue bindings and handling") Reviewed-by:Lyude Paul <lyude@redhat.com> Reviewed-by:
Joel Fernandes <joelagnelf@nvidia.com> Acked-by:
Danilo Krummrich <dakr@kernel.org> Link: https://patch.msgid.link/20251216-nova-fixes-v3-3-c7469a71f7c4@nvidia.com Signed-off-by:
Alexandre Courbot <acourbot@nvidia.com>