aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMohammed Anees <[email protected]>2024-08-11 06:16:51 -0400
committerDaniel Vetter <[email protected]>2024-08-12 11:15:14 +0200
commit0dc4fb69eb14320ea0fcd9657b7748eec201ccaa (patch)
tree7d6f09533d83df9c034fef774447d2d331539a80
parent5d45c01dea6f9e0f2dbed3ffee02ac2e80579ad4 (diff)
drm: Add missing documentation for struct drm_plane_size_hint
This patch takes care of the following warnings during documentation compiling: ./include/uapi/drm/drm_mode.h:869: warning: Function parameter or struct member 'width' not described in 'drm_plane_size_hint' ./include/uapi/drm/drm_mode.h:869: warning: Function parameter or struct member 'height' not described in 'drm_plane_size_hint' Signed-off-by: Mohammed Anees <[email protected]> Signed-off-by: Daniel Vetter <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
-rw-r--r--include/uapi/drm/drm_mode.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/uapi/drm/drm_mode.h b/include/uapi/drm/drm_mode.h
index d390011b89b4..c082810c08a8 100644
--- a/include/uapi/drm/drm_mode.h
+++ b/include/uapi/drm/drm_mode.h
@@ -859,6 +859,8 @@ struct drm_color_lut {
/**
* struct drm_plane_size_hint - Plane size hints
+ * @width: The width of the plane in pixel
+ * @height: The height of the plane in pixel
*
* The plane SIZE_HINTS property blob contains an
* array of struct drm_plane_size_hint.