Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 85533e3b authored by Ulrich Ölmann's avatar Ulrich Ölmann Committed by Thierry Reding
Browse files

drm/panel: add kernel doc for size attributes in panel_desc



Document that 'width' and 'height' are measured in millimeters.

Signed-off-by: default avatarUlrich Ölmann <u.oelmann@pengutronix.de>
Signed-off-by: default avatarThierry Reding <treding@nvidia.com>
parent 8def22e5
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -44,6 +44,10 @@ struct panel_desc {

	unsigned int bpc;

	/**
	 * @width: width (in millimeters) of the panel's active display area
	 * @height: height (in millimeters) of the panel's active display area
	 */
	struct {
		unsigned int width;
		unsigned int height;