]> Git Repo - linux.git/commitdiff
drm/doc: render drm.h uapi docs
authorSimon Ser <[email protected]>
Tue, 22 Dec 2020 13:35:24 +0000 (14:35 +0100)
committerSimon Ser <[email protected]>
Tue, 5 Jan 2021 13:22:26 +0000 (14:22 +0100)
It doesn't seem like drm.h docs are included anywhere. Render them next
to drm_mode.h, under the "Userspace API Structures" section.

This also allows references to e.g. DRM_CAP_* to be properly linkified
elsewhere in our docs.

Signed-off-by: Simon Ser <[email protected]>
Acked-by: Daniel Vetter <[email protected]>
Cc: Pekka Paalanen <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Documentation/gpu/drm-uapi.rst

index 7dce175f6d75bc13745d52f3ebea992d8c212698..04bdc7a91d5371fe7df901361d454d9be48c4777 100644 (file)
@@ -457,5 +457,8 @@ Userspace API Structures
 .. kernel-doc:: include/uapi/drm/drm_mode.h
    :doc: overview
 
+.. kernel-doc:: include/uapi/drm/drm.h
+   :internal:
+
 .. kernel-doc:: include/uapi/drm/drm_mode.h
    :internal:
This page took 0.079675 seconds and 4 git commands to generate.