Skip to content

Commit 2c38074

Browse files
committed
Merge tag 'drm-rust-fixes-2025-09-05' of https://gitlab.freedesktop.org/drm/rust/kernel into drm-fixes
- Add drm-rust tree to MAINTAINERS - Require CONFIG_64BIT for Nova Signed-off-by: Dave Airlie <[email protected]> From: Alice Ryhl <[email protected]> Link: https://lore.kernel.org/r/[email protected]
2 parents 76eeb9b + 3495100 commit 2c38074

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

MAINTAINERS

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8080,7 +8080,6 @@ F: Documentation/devicetree/bindings/gpu/
80808080
F: Documentation/gpu/
80818081
F: drivers/gpu/drm/
80828082
F: drivers/gpu/vga/
8083-
F: rust/kernel/drm/
80848083
F: include/drm/drm
80858084
F: include/linux/vga*
80868085
F: include/uapi/drm/
@@ -8097,6 +8096,16 @@ X: drivers/gpu/drm/radeon/
80978096
X: drivers/gpu/drm/tegra/
80988097
X: drivers/gpu/drm/xe/
80998098

8099+
DRM DRIVERS AND COMMON INFRASTRUCTURE [RUST]
8100+
M: Danilo Krummrich <[email protected]>
8101+
M: Alice Ryhl <[email protected]>
8102+
S: Supported
8103+
W: https://drm.pages.freedesktop.org/maintainer-tools/drm-rust.html
8104+
T: git https://gitlab.freedesktop.org/drm/rust/kernel.git
8105+
F: drivers/gpu/drm/nova/
8106+
F: drivers/gpu/nova-core/
8107+
F: rust/kernel/drm/
8108+
81008109
DRM DRIVERS FOR ALLWINNER A10
81018110
M: Maxime Ripard <[email protected]>
81028111
M: Chen-Yu Tsai <[email protected]>

drivers/gpu/nova-core/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
config NOVA_CORE
22
tristate "Nova Core GPU driver"
3+
depends on 64BIT
34
depends on PCI
45
depends on RUST
56
depends on RUST_FW_LOADER_ABSTRACTIONS

0 commit comments

Comments
 (0)