[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20240708172224.46073-1-abhishektamboli24@gmail.com>
Date: Mon, 8 Jul 2024 22:52:24 +0530
From: Abhishek Tamboli <abhishektamboli24@...il.com>
To: airlied@...il.com,
daniel@...ll.ch,
maarten.lankhorst@...ux.intel.com,
mripard@...nel.org,
tzimmermann@...e.de
Cc: dri-devel@...ts.freedesktop.org,
linux-kernel@...r.kernel.org,
skhan@...uxfoundation.org,
rbmarliere@...il.com,
linux-kernel-mentees@...ts.linuxfoundation.org,
Abhishek Tamboli <abhishektamboli24@...il.com>
Subject: [PATCH] drm: Add documentation for struct drm_plane_size_hint members
Add descriptions for 'width' and 'height' members in struct
drm_plane_size_hint to improve clarity and documentation coverage.
Signed-off-by: Abhishek Tamboli <abhishektamboli24@...il.com>
---
include/uapi/drm/drm_mode.h | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/include/uapi/drm/drm_mode.h b/include/uapi/drm/drm_mode.h
index 1ca5c7e418fd..25891a636e4f 100644
--- a/include/uapi/drm/drm_mode.h
+++ b/include/uapi/drm/drm_mode.h
@@ -872,7 +872,13 @@ struct drm_color_lut {
* array of struct drm_plane_size_hint.
*/
struct drm_plane_size_hint {
+ /**
+ * @width: Width of the plane size hint.
+ */
__u16 width;
+ /**
+ * @height: Height of the plane size hint.
+ */
__u16 height;
};
--
2.34.1
Powered by blists - more mailing lists