Re: [PATCH v2 05/10] gpu: nova-core: gsp: Add GSP command queue handling

From: Miguel Ojeda

Date: Mon Sep 29 2025 - 10:38:26 EST


On Mon, Sep 29, 2025 at 4:34 PM Alexandre Courbot <acourbot@xxxxxxxxxx> wrote:
>
> I think you will also need to explicitly enable the feature somewhere -
> for the kernel crate it is in `rust/kernel/lib.rs`, but Nova being a
> different crate I am not sure where we are supposed to do it...

`rust_allowed_features` in `scripts/Makefile.build`.

I hope that helps!

Cheers,
Miguel