summaryrefslogtreecommitdiffstats
path: root/include/uapi/drm
diff options
context:
space:
mode:
authorSimon Ser <contact@emersion.fr>2021-05-18 11:51:18 +0200
committerSimon Ser <contact@emersion.fr>2021-05-31 18:56:46 +0200
commit88938bf343efbc4d31677a91a0ed1d189be1e7cb (patch)
tree73ff7d6c7a030d934e78d2d8e5f3ce776a04cdff /include/uapi/drm
parentf674555ee5444c8987dfea0922f1cf6bf0c12847 (diff)
downloadlinux-stable-88938bf343efbc4d31677a91a0ed1d189be1e7cb.tar.gz
linux-stable-88938bf343efbc4d31677a91a0ed1d189be1e7cb.tar.bz2
linux-stable-88938bf343efbc4d31677a91a0ed1d189be1e7cb.zip
drm: reference mode flags in DRM_CLIENT_CAP_* docs
In the docs for DRM_CLIENT_CAP_STEREO_3D and DRM_CLIENT_CAP_ASPECT_RATIO, reference the DRM_MODE_FLAG_* defines that get set when the cap is enabled. Signed-off-by: Simon Ser <contact@emersion.fr> Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch> Acked-by: Daniel Stone <daniels@collabora.com> Acked-by: Pekka Paalanen <pekka.paalanen@collabora.com> Link: https://patchwork.freedesktop.org/patch/434201/
Diffstat (limited to 'include/uapi/drm')
-rw-r--r--include/uapi/drm/drm.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/uapi/drm/drm.h b/include/uapi/drm/drm.h
index 67b94bc3c885..1c947227f72b 100644
--- a/include/uapi/drm/drm.h
+++ b/include/uapi/drm/drm.h
@@ -777,9 +777,9 @@ struct drm_get_cap {
/**
* DRM_CLIENT_CAP_STEREO_3D
*
- * if set to 1, the DRM core will expose the stereo 3D capabilities of the
+ * If set to 1, the DRM core will expose the stereo 3D capabilities of the
* monitor by advertising the supported 3D layouts in the flags of struct
- * drm_mode_modeinfo.
+ * drm_mode_modeinfo. See ``DRM_MODE_FLAG_3D_*``.
*/
#define DRM_CLIENT_CAP_STEREO_3D 1
@@ -804,6 +804,7 @@ struct drm_get_cap {
* DRM_CLIENT_CAP_ASPECT_RATIO
*
* If set to 1, the DRM core will provide aspect ratio information in modes.
+ * See ``DRM_MODE_FLAG_PIC_AR_*``.
*/
#define DRM_CLIENT_CAP_ASPECT_RATIO 4