Skip to content

Commit c0243f2

Browse files
Update Tyr Upstream Development Process
Currently the upstream development process for Tyr suggests that a developer could open a merge request for review and discussion in the panfrost-linux repository on Freedesktop GitLab. While merge requests can still be a useful collaboration tool, other DRM developers might not be reading those merge requests, so to be absolutely clear, just direct new upstream contributions to the mailing lists. Signed-off-by: Deborah Brouwer <[email protected]>
1 parent 8f58522 commit c0243f2

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

src/Tyr-GPU-Driver.md

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,7 @@ Tyr is developed both upstream and downstream.
2222

2323
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
2424
the upstream Tyr driver should go to the [`dri-devel`](https://lore.kernel.org/dri-devel/)
25-
and [`rust-for-linux`](https://lore.kernel.org/rust-for-linux/) mailing lists. If the
26-
submission is larger and/or needs to be pre-reviewed, open a merge request
27-
against the
28-
[`tyr-for-upstream`](https://gitlab.freedesktop.org/panfrost/linux/-/tree/tyr-for-upstream)
29-
branch in the [`panfrost/linux`](https://gitlab.freedesktop.org/panfrost/linux)
30-
repository.
25+
and [`rust-for-linux`](https://lore.kernel.org/rust-for-linux/) mailing lists.
3126

3227
### Downstream
3328

@@ -88,9 +83,8 @@ can check our [issue
8883
board](https://gitlab.freedesktop.org/panfrost/linux/-/issues/?label_name%5B%5D=tyr).
8984
We will be posting good starting tasks at a future point.
9085

91-
To work on any given task, assign it to yourself and follow up with a merge
92-
request against `tyr-for-upstream` (for patches targeting the upstream driver)
93-
or `tyr-dev` (for work in the downstream staging branch).
86+
To work on any given task, assign it to yourself. For patches targeting the downstream
87+
staging branch, open a merge request against `tyr-dev`.
9488

9589
Please also write the IGT tests needed to ensure that your code works.
9690

0 commit comments

Comments
 (0)