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

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
...@@ -44,6 +44,10 @@ struct panel_desc { ...@@ -44,6 +44,10 @@ struct panel_desc {
unsigned int bpc; 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 { struct {
unsigned int width; unsigned int width;
unsigned int height; unsigned int height;
......
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