You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Tyr-GPU-Driver.md
+17-5Lines changed: 17 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,14 +16,25 @@ ecosystem. It will probably take a couple of years for Tyr to fully pick up.
16
16
17
17
## Where is Tyr developed?
18
18
19
-
Tyr is developed both upstream and downstream:
19
+
Tyr is developed both upstream and downstream.
20
20
21
21
### Upstream
22
-
The initial skeleton of the Tyr driver is now upstream. Submissions against the upstream Tyr driver should go to the [rust-for-linux](https://lore.kernel.org/rust-for-linux/) mailing list. If the submission is larger and/or needs to be pre-reviewed, open a merge request against the [tyr-for-upstream](https://gitlab.freedesktop.org/panfrost/linux/-/tree/tyr-for-upstream) branch in the [panfrost/linux](https://gitlab.freedesktop.org/panfrost/linux) repository.
23
-
22
+
The initial skeleton of the Tyr driver is now [upstream](https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/drivers/gpu/drm/tyr). Submissions against
23
+
the upstream Tyr driver should go to the [`dri-devel`](https://lore.kernel.org/dri-devel/)
24
+
and [`rust-for-linux`](https://lore.kernel.org/rust-for-linux/) mailing lists. If the
25
+
submission is larger and/or needs to be pre-reviewed, open a merge request
branch in the [`panfrost/linux`](https://gitlab.freedesktop.org/panfrost/linux)
29
+
repository.
24
30
25
31
### Downstream
26
-
A more complete implementation of the Tyr driver is also available in the [tyr-dev](https://gitlab.freedesktop.org/panfrost/linux/-/tree/tyr-dev) branch. Make submissions against the downstream Tyr driver by opening a merge request against `tyr-dev`. It's expected that `tyr-dev` will be significantly refactored before upstreaming.
32
+
33
+
A more complete implementation of the Tyr driver is also available in the
0 commit comments