]> Git Repo - J-linux.git/commitdiff
drm: Add missing documentation for struct drm_plane_size_hint
authorMohammed Anees <[email protected]>
Sun, 11 Aug 2024 10:16:51 +0000 (06:16 -0400)
committerDaniel Vetter <[email protected]>
Mon, 12 Aug 2024 09:15:14 +0000 (11:15 +0200)
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]
include/uapi/drm/drm_mode.h

index d390011b89b49546bd4ebf47b71567cb1bc958ce..c082810c08a8b234ef2672ecf54fc8c05ddc2bd3 100644 (file)
@@ -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.
This page took 0.049463 seconds and 4 git commands to generate.