aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/gpu
diff options
context:
space:
mode:
authorSimon Ser <contact@emersion.fr>2020-12-16 21:22:17 +0100
committerSimon Ser <contact@emersion.fr>2020-12-17 16:54:56 +0100
commit31c558f47497e9bc04aee337ebdfdaea491344a6 (patch)
tree2c30091db95115ed1a9a8241363b3c86e0e06174 /Documentation/gpu
parentdrm/doc: move composition function docs to new section (diff)
downloadlinux-dev-31c558f47497e9bc04aee337ebdfdaea491344a6.tar.xz
linux-dev-31c558f47497e9bc04aee337ebdfdaea491344a6.zip
drm/doc: move damage tracking functions to new section
Move drm_damage_helper function reference from the KMS properties section to the plane abstraction section. This makes the KMS properties section more readable for user-space developers. Signed-off-by: Simon Ser <contact@emersion.fr> Reviewed-by: Daniel Vetter <daniel@ffwll.ch> Cc: Pekka Paalanen <ppaalanen@gmail.com> Link: https://patchwork.freedesktop.org/patch/msgid/20201216202222.48146-4-contact@emersion.fr
Diffstat (limited to 'Documentation/gpu')
-rw-r--r--Documentation/gpu/drm-kms.rst15
1 files changed, 9 insertions, 6 deletions
diff --git a/Documentation/gpu/drm-kms.rst b/Documentation/gpu/drm-kms.rst
index 3f92d4eb224b..e6329e7e638e 100644
--- a/Documentation/gpu/drm-kms.rst
+++ b/Documentation/gpu/drm-kms.rst
@@ -376,6 +376,15 @@ Plane Composition Functions Reference
.. kernel-doc:: drivers/gpu/drm/drm_blend.c
:export:
+Plane Damage Tracking Functions Reference
+-----------------------------------------
+
+.. kernel-doc:: drivers/gpu/drm/drm_damage_helper.c
+ :export:
+
+.. kernel-doc:: include/drm/drm_damage_helper.h
+ :internal:
+
Display Modes Function Reference
================================
@@ -484,12 +493,6 @@ Damage Tracking Properties
.. kernel-doc:: drivers/gpu/drm/drm_damage_helper.c
:doc: overview
-.. kernel-doc:: drivers/gpu/drm/drm_damage_helper.c
- :export:
-
-.. kernel-doc:: include/drm/drm_damage_helper.h
- :internal:
-
Color Management Properties
---------------------------