mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-02 02:26:52 +07:00
drm/panel: add kernel doc for size attributes in panel_desc
Document that 'width' and 'height' are measured in millimeters. Signed-off-by: Ulrich Ölmann <u.oelmann@pengutronix.de> Signed-off-by: Thierry Reding <treding@nvidia.com>
This commit is contained in:
parent
8def22e50f
commit
85533e3b32
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user