aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJyri Sarha <[email protected]>2018-08-15 20:03:31 +0300
committerThierry Reding <[email protected]>2018-08-16 11:46:49 +0200
commit103c1944c6ae6d951b61c962f2d9901c465cabc7 (patch)
treeb7ef3bce2cbc00334a77b961488dbb0fec896681 /include
parent0aeb35ea0e1a4eb01d401b85b541181c796d5c86 (diff)
drm: Add kerneldoc description for "link"-member in struct drm_panel
Add kerneldoc description for "struct device_link *link"-member in struct drm_panel. Signed-off-by: Jyri Sarha <[email protected]> Reviewed-by: Daniel Vetter <[email protected]> Signed-off-by: Thierry Reding <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Diffstat (limited to 'include')
-rw-r--r--include/drm/drm_panel.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/drm/drm_panel.h b/include/drm/drm_panel.h
index 582a0ec0aa70..a82c292af6c5 100644
--- a/include/drm/drm_panel.h
+++ b/include/drm/drm_panel.h
@@ -82,6 +82,7 @@ struct drm_panel_funcs {
* @drm: DRM device owning the panel
* @connector: DRM connector that the panel is attached to
* @dev: parent device of the panel
+ * @link: link from panel device (supplier) to DRM device (consumer)
* @funcs: operations that can be performed on the panel
* @list: panel entry in registry
*/