]> Git Repo - linux.git/commitdiff
drm: reference mode flags in DRM_CLIENT_CAP_* docs
authorSimon Ser <[email protected]>
Tue, 18 May 2021 09:51:18 +0000 (11:51 +0200)
committerSimon Ser <[email protected]>
Mon, 31 May 2021 16:56:46 +0000 (18:56 +0200)
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 <[email protected]>
Reviewed-by: Daniel Vetter <[email protected]>
Acked-by: Daniel Stone <[email protected]>
Acked-by: Pekka Paalanen <[email protected]>
Link: https://patchwork.freedesktop.org/patch/434201/
include/uapi/drm/drm.h

index 67b94bc3c88522fc29d2a3adb25cba34521d64cf..1c947227f72b21d531934212e7eae8905a638e9c 100644 (file)
@@ -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
 
This page took 0.056252 seconds and 4 git commands to generate.