[PATCH] drm/doc: recommend forking drm/kernel rather than uploading a distinct copy

From: Eric Engestrom

Date: Thu Feb 19 2026 - 08:57:11 EST


Signed-off-by: Eric Engestrom <eric@xxxxxxxxxxxx>
---
Documentation/gpu/automated_testing.rst | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git ./Documentation/gpu/automated_testing.rst ./Documentation/gpu/automated_testing.rst
index 62aa3ede02a5df3f590b..8a7328aef10ef39ee329 100644
--- ./Documentation/gpu/automated_testing.rst
+++ ./Documentation/gpu/automated_testing.rst
@@ -99,7 +99,8 @@ How to enable automated testing on your tree
============================================

1. Create a Linux tree in https://gitlab.freedesktop.org/ if you don't have one
-yet
+yet, by forking https://gitlab.freedesktop.org/drm/kernel (this allows GitLab
+to internally track that these are the same git objects).

2. In your kernel repo's configuration (eg.
https://gitlab.freedesktop.org/janedoe/linux/-/settings/ci_cd), change the
--
Cheers,
Eric