summaryrefslogtreecommitdiffstats
path: root/Documentation/gpu
diff options
context:
space:
mode:
authorEric Anholt2019-04-24 20:56:17 +0200
committerEric Anholt2019-05-16 18:16:45 +0200
commitba6e798ecf320716780bb6a6088a8d17dcba1d49 (patch)
treeb1d3e689e633d22bc5aebed9a6583deba3a2cf47 /Documentation/gpu
parentdrm/doc: Allow new UAPI to be used once it's in drm-next/drm-misc-next. (diff)
downloadkernel-qcow2-linux-ba6e798ecf320716780bb6a6088a8d17dcba1d49.tar.gz
kernel-qcow2-linux-ba6e798ecf320716780bb6a6088a8d17dcba1d49.tar.xz
kernel-qcow2-linux-ba6e798ecf320716780bb6a6088a8d17dcba1d49.zip
drm/doc: Document expectation that userspace review looks at kernel uAPI.
The point of this review process is that userspace using the new uAPI can actually live with the uAPI being provided, and it's hard to know that without having actually looked into a kernel patch yourself. Signed-off-by: Eric Anholt <eric@anholt.net> Suggested-by: Daniel Vetter <daniel.vetter@ffwll.ch> Link: https://patchwork.freedesktop.org/patch/msgid/20190424185617.16865-2-eric@anholt.net Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to 'Documentation/gpu')
-rw-r--r--Documentation/gpu/drm-uapi.rst4
1 files changed, 3 insertions, 1 deletions
diff --git a/Documentation/gpu/drm-uapi.rst b/Documentation/gpu/drm-uapi.rst
index b7a96dc02d21..05874d09820c 100644
--- a/Documentation/gpu/drm-uapi.rst
+++ b/Documentation/gpu/drm-uapi.rst
@@ -85,7 +85,9 @@ leads to a few additional requirements:
- The userspace side must be fully reviewed and tested to the standards of that
userspace project. For e.g. mesa this means piglit testcases and review on the
mailing list. This is again to ensure that the new interface actually gets the
- job done.
+ job done. The userspace-side reviewer should also provide at least an
+ Acked-by on the kernel uAPI patch indicating that they've looked at how the
+ kernel side is implementing the new feature being used.
- The userspace patches must be against the canonical upstream, not some vendor
fork. This is to make sure that no one cheats on the review and testing