From: Cheng-Yang Chou <yphbchou0911@gmail.com>
To: Danilo Krummrich <dakr@kernel.org>,
Alice Ryhl <aliceryhl@google.com>,
Alexandre Courbot <acourbot@nvidia.com>,
David Airlie <airlied@gmail.com>, Simona Vetter <simona@ffwll.ch>,
Gary Guo <gary@garyguo.net>, John Hubbard <jhubbard@nvidia.com>
Cc: nouveau@lists.freedesktop.org,
Ching-Chun Huang <jserv@ccns.ncku.edu.tw>,
Chia-Ping Tsai <chia7712@gmail.com>,
Cheng-Yang Chou <yphbchou0911@gmail.com>
Subject: [PATCH v3 0/2] gpu: nova, nova-core: rename drivers and directory to follow kebab-case
Date: Fri, 8 May 2026 02:49:24 +0800 [thread overview]
Message-ID: <20260507185012.1527139-1-yphbchou0911@gmail.com> (raw)
Rename the nova-core and nova-drm drivers to follow kernel naming
conventions before these names become UAPI (e.g. exposed via
driver_override).
Changes in v3:
- Move drm::DriverInfo name/desc update from patch 1 to patch 2
(Danilo Krummrich)
- Add kbuild composite object rule to nova/Makefile to produce
nova-drm.ko (Danilo Krummrich)
- Add kbuild composite object rule to nova-core/Makefile to produce
nova-core.ko (Danilo Krummrich)
- Fix debugfs directory name in nova_core.rs to "nova-core" to match
module name
- Patch 2 has been reworked, no review tags carried over
- Link to v2:
https://lore.kernel.org/r/20260316120820.2117081-1-yphbchou0911@gmail.com/
Changes in v2:
- Also fix nova-drm driver description from "Nvidia Graphics" to
"NVIDIA Graphics and Compute" (John Hubbard)
- Rename drivers/gpu/drm/nova/ directory to drivers/gpu/drm/nova-drm/
and nova.rs to nova_drm.rs to match the module name (Danilo Krummrich)
- Link to v1:
https://lore.kernel.org/r/20260310062443.2763230-1-yphbchou0911@gmail.com/
Link: https://github.com/Rust-for-Linux/linux/issues/1228
Thanks,
Cheng-Yang
---
Cheng-Yang Chou (2):
gpu: nova, nova-core: Rename to kebab-case
gpu: nova-drm: Rename nova to nova-drm
drivers/gpu/drm/nova/Kconfig | 2 +-
drivers/gpu/drm/nova/Makefile | 3 ++-
drivers/gpu/drm/nova/driver.rs | 6 +++---
drivers/gpu/drm/nova/nova.rs | 2 +-
drivers/gpu/nova-core/Kconfig | 2 +-
drivers/gpu/nova-core/Makefile | 3 ++-
drivers/gpu/nova-core/nova_core.rs | 4 ++--
7 files changed, 12 insertions(+), 10 deletions(-)
base-commit: 37f748ed0c19e007e7c5677f5d605d6b93841792
--
2.48.1
next reply other threads:[~2026-05-07 18:50 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-05-07 18:49 Cheng-Yang Chou [this message]
2026-05-07 18:49 ` [PATCH v3 1/2] gpu: nova, nova-core: Rename to kebab-case Cheng-Yang Chou
2026-05-07 18:49 ` [PATCH v3 2/2] gpu: nova-drm: Rename nova to nova-drm Cheng-Yang Chou
2026-05-09 22:05 ` [PATCH v3 0/2] gpu: nova, nova-core: rename drivers and directory to follow kebab-case Danilo Krummrich
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260507185012.1527139-1-yphbchou0911@gmail.com \
--to=yphbchou0911@gmail.com \
--cc=acourbot@nvidia.com \
--cc=airlied@gmail.com \
--cc=aliceryhl@google.com \
--cc=chia7712@gmail.com \
--cc=dakr@kernel.org \
--cc=gary@garyguo.net \
--cc=jhubbard@nvidia.com \
--cc=jserv@ccns.ncku.edu.tw \
--cc=nouveau@lists.freedesktop.org \
--cc=simona@ffwll.ch \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.