* [PATCH] drm: Add documentation for struct drm_plane_size_hint members
@ 2024-07-08 17:22 Abhishek Tamboli
0 siblings, 0 replies; only message in thread
From: Abhishek Tamboli @ 2024-07-08 17:22 UTC (permalink / raw)
To: airlied, daniel, maarten.lankhorst, mripard, tzimmermann
Cc: dri-devel, linux-kernel, skhan, rbmarliere, linux-kernel-mentees,
Abhishek Tamboli
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@gmail.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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2024-07-08 17:23 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-08 17:22 [PATCH] drm: Add documentation for struct drm_plane_size_hint members Abhishek Tamboli
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox