File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -777,9 +777,9 @@ struct drm_get_cap {
777
777
/**
778
778
* DRM_CLIENT_CAP_STEREO_3D
779
779
*
780
- * if set to 1, the DRM core will expose the stereo 3D capabilities of the
780
+ * If set to 1, the DRM core will expose the stereo 3D capabilities of the
781
781
* monitor by advertising the supported 3D layouts in the flags of struct
782
- * drm_mode_modeinfo.
782
+ * drm_mode_modeinfo. See ``DRM_MODE_FLAG_3D_*``.
783
783
*/
784
784
#define DRM_CLIENT_CAP_STEREO_3D 1
785
785
@@ -804,6 +804,7 @@ struct drm_get_cap {
804
804
* DRM_CLIENT_CAP_ASPECT_RATIO
805
805
*
806
806
* If set to 1, the DRM core will provide aspect ratio information in modes.
807
+ * See ``DRM_MODE_FLAG_PIC_AR_*``.
807
808
*/
808
809
#define DRM_CLIENT_CAP_ASPECT_RATIO 4
809
810
You can’t perform that action at this time.
0 commit comments