We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c482c2b commit b198398Copy full SHA for b198398
src/Nova-GPU-Driver.md
@@ -21,9 +21,11 @@ Available communication channels are:
21
The parts that are already in mainline Linux can be found in
22
`drivers/gpu/nova-core/` and `drivers/gpu/drm/nova/`
23
24
-The development repository for the in-tree driver is located on
25
-[Freedesktop](https://gitlab.freedesktop.org/drm/nova).
26
-
+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.
27
+There's also [a standalone repo for the Nova driver](https://gitlab.freedesktop.org/drm/nova),
28
+but it's currently unused.
29
30
## Background
31
0 commit comments