Commit 0dc4fb69 authored by Mohammed Anees's avatar Mohammed Anees Committed by Daniel Vetter

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: default avatarMohammed Anees <pvmohammedanees2003@gmail.com>
Signed-off-by: default avatarDaniel Vetter <daniel.vetter@ffwll.ch>
Link: https://patchwork.freedesktop.org/patch/msgid/20240811101653.170223-1-pvmohammedanees2003@gmail.com
parent 5d45c01d
...@@ -859,6 +859,8 @@ struct drm_color_lut { ...@@ -859,6 +859,8 @@ struct drm_color_lut {
/** /**
* struct drm_plane_size_hint - Plane size hints * 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 * The plane SIZE_HINTS property blob contains an
* array of struct drm_plane_size_hint. * array of struct drm_plane_size_hint.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment