]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
gpu: nova: Use module names consistently
authorCheng-Yang Chou <yphbchou0911@gmail.com>
Thu, 7 May 2026 18:49:26 +0000 (02:49 +0800)
committerDanilo Krummrich <dakr@kernel.org>
Sat, 9 May 2026 21:51:49 +0000 (23:51 +0200)
commit8bfe9d72cf2064f679c4192dba84be79eb70675d
treea1ad320096bb0cdeef549cbb3ee1225bb00246a4
parent4f3491f6ec85c04535e8108614f34e12c351bbe9
gpu: nova: Use module names consistently

Update nova/Makefile and nova-core/Makefile so that nova-drm.ko and
nova-core.ko are produced, matching the module names set in patch 1.

Update drm::DriverInfo with the correct driver name and vendor
description. Fix Kconfig help text for both drivers and the debugfs
directory name in nova-core to match the new module names.

Closes: https://github.com/Rust-for-Linux/linux/issues/1228
Signed-off-by: Cheng-Yang Chou <yphbchou0911@gmail.com>
Link: https://patch.msgid.link/20260507185012.1527139-3-yphbchou0911@gmail.com
[ Change commit subject to "gpu: nova: Use module names consistently";
  slightly adjust commit message. - Danilo ]
Signed-off-by: Danilo Krummrich <dakr@kernel.org>
drivers/gpu/drm/nova/Kconfig
drivers/gpu/drm/nova/Makefile
drivers/gpu/drm/nova/driver.rs
drivers/gpu/nova-core/Kconfig
drivers/gpu/nova-core/Makefile
drivers/gpu/nova-core/nova_core.rs