From b198398a495dda4987727198703e6467fa4b33dd Mon Sep 17 00:00:00 2001 From: Daniel del Castillo Date: Tue, 4 Nov 2025 22:47:28 +0100 Subject: [PATCH] Add mention to new tree for the nova driver development This was introduced by Danilo Krummich in https://lore.kernel.org/all/20250901202850.208116-1-dakr@kernel.org/ --- src/Nova-GPU-Driver.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/Nova-GPU-Driver.md b/src/Nova-GPU-Driver.md index 3ebc0ab..8472d93 100644 --- a/src/Nova-GPU-Driver.md +++ b/src/Nova-GPU-Driver.md @@ -21,9 +21,11 @@ Available communication channels are: The parts that are already in mainline Linux can be found in `drivers/gpu/nova-core/` and `drivers/gpu/drm/nova/` -The development repository for the in-tree driver is located on -[Freedesktop](https://gitlab.freedesktop.org/drm/nova). - +Development currently takes place in +[the drm-rust-next tree](https://gitlab.freedesktop.org/drm/rust/kernel/-/tree/drm-rust-next) +alongside other DRM Rust drivers, for easier collaboration and integration. +There's also [a standalone repo for the Nova driver](https://gitlab.freedesktop.org/drm/nova), +but it's currently unused. ## Background