From 0f72876e2c32af69081f7169005112734b13b7d2 Mon Sep 17 00:00:00 2001 From: Deborah Brouwer Date: Wed, 31 Dec 2025 08:57:39 -0800 Subject: [PATCH] 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 --- src/Tyr-GPU-Driver.md | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/src/Tyr-GPU-Driver.md b/src/Tyr-GPU-Driver.md index abcb2da..24a3719 100644 --- a/src/Tyr-GPU-Driver.md +++ b/src/Tyr-GPU-Driver.md @@ -22,12 +22,7 @@ Tyr is developed both upstream and downstream. 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 the upstream Tyr driver should go to the [`dri-devel`](https://lore.kernel.org/dri-devel/) -and [`rust-for-linux`](https://lore.kernel.org/rust-for-linux/) mailing lists. 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. +and [`rust-for-linux`](https://lore.kernel.org/rust-for-linux/) mailing lists. ### Downstream @@ -88,9 +83,8 @@ can check our [issue board](https://gitlab.freedesktop.org/panfrost/linux/-/issues/?label_name%5B%5D=tyr). We will be posting good starting tasks at a future point. -To work on any given task, assign it to yourself and follow up with a merge -request against `tyr-for-upstream` (for patches targeting the upstream driver) -or `tyr-dev` (for work in the downstream staging branch). +To work on any given task, assign it to yourself. For patches targeting the downstream +staging branch, open a merge request against `tyr-dev`. Please also write the IGT tests needed to ensure that your code works.