On Mon Mar 16, 2026 at 12:08 PM GMT, Cheng-Yang Chou wrote: > Rename nova-core driver from "NovaCore" to "nova-core" and nova-drm > driver from "Nova" to "nova-drm" to follow kernel naming conventions > before these names become UAPI (e.g. exposed via driver_override). > > Also fix the nova-drm driver description from "Nvidia Graphics" to > "NVIDIA Graphics and Compute". > > Link: https://github.com/Rust-for-Linux/linux/issues/1228 > Signed-off-by: Cheng-Yang Chou <[email protected]> > Acked-by: Timur Tabi <[email protected]>
Suggested-by: Gary Guo <[email protected]> Reviewed-by: Gary Guo <[email protected]> > --- > drivers/gpu/drm/nova/driver.rs | 6 +++--- > drivers/gpu/drm/nova/nova.rs | 2 +- > drivers/gpu/nova-core/nova_core.rs | 2 +- > 3 files changed, 5 insertions(+), 5 deletions(-)
