On Tue Dec 16, 2025 at 4:27 AM GMT, Alexandre Courbot wrote: > The opcodes are already the right type in the C union, so we can use > them directly instead of converting them to a byte stream and back again > using `FromBytes`. > > Reviewed-by: Lyude Paul <[email protected]> > Signed-off-by: Alexandre Courbot <[email protected]>
Reviewed-by: Gary Guo <[email protected]> > --- > drivers/gpu/nova-core/gsp/fw.rs | 40 +++++----------------------------------- > 1 file changed, 5 insertions(+), 35 deletions(-)
