diff options
author | Simon Ser <contact@emersion.fr> | 2020-12-17 14:32:13 +0300 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2020-12-17 18:56:40 +0300 |
commit | 77a71abbdd77a32245f47bb1418ef8f05f905154 (patch) | |
tree | c950d20c609932fb29b515720b54aee1f9162970 /Documentation/gpu/drm-kms.rst | |
parent | 46f9be4c8a7bde68e6f63a61fae4778cf3b61750 (diff) | |
download | linux-77a71abbdd77a32245f47bb1418ef8f05f905154.tar.xz |
drm/doc: introduce new section for standard plane properties
Introduce a new "Standard Plane Properties" section for properties
defined in drm_plane.c. Move the mis-placed IN_FORMATS docs there.
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/20201217113220.102271-3-contact@emersion.fr
Diffstat (limited to 'Documentation/gpu/drm-kms.rst')
-rw-r--r-- | Documentation/gpu/drm-kms.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Documentation/gpu/drm-kms.rst b/Documentation/gpu/drm-kms.rst index 7a05601f1067..87e5023e3f55 100644 --- a/Documentation/gpu/drm-kms.rst +++ b/Documentation/gpu/drm-kms.rst @@ -493,6 +493,12 @@ Standard CRTC Properties .. kernel-doc:: drivers/gpu/drm/drm_crtc.c :doc: standard CRTC properties +Standard Plane Properties +------------------------- + +.. kernel-doc:: drivers/gpu/drm/drm_plane.c + :doc: standard plane properties + Plane Composition Properties ---------------------------- |