[PATCH v3 2/7] gpu: nova-core: Clarify sysmembar operations
Miguel Ojeda
miguel.ojeda.sandonis at gmail.com
Sun Jul 6 13:46:12 UTC 2025
On Wed, Jul 2, 2025 at 1:05 PM Alexandre Courbot <acourbot at nvidia.com> wrote:
>
> +/// driver initialization, and before any falcon is reset.
> +//
> /// Users are responsible for manually calling [`Self::unregister`] before dropping this object,
Missing slash.
Added the possibility of catching this automatically in e.g. `rustdoc` to:
https://github.com/Rust-for-Linux/linux/issues/350
> +// These two registers together hold the physical system memory address that is used by the GPU for
> +// perform sysmembar operation (see [`crate::fb::SysmemFlush`]).
This is a normal comment, so the intra-doc link will (sadly) not do anything.
Cheers,
Miguel
More information about the dri-devel
mailing list