projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0aeb35e
)
drm: Add kerneldoc description for "link"-member in struct drm_panel
author
Jyri Sarha
<jsarha@ti.com>
Wed, 15 Aug 2018 17:03:31 +0000
(20:03 +0300)
committer
Thierry Reding
<treding@nvidia.com>
Thu, 16 Aug 2018 09:46:49 +0000
(11:46 +0200)
Add kerneldoc description for "struct device_link *link"-member in
struct drm_panel.
Signed-off-by: Jyri Sarha <jsarha@ti.com>
Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Signed-off-by: Thierry Reding <treding@nvidia.com>
Link:
https://patchwork.freedesktop.org/patch/msgid/1534352611-19074-1-git-send-email-jsarha@ti.com
include/drm/drm_panel.h
patch
|
blob
|
history
diff --git
a/include/drm/drm_panel.h
b/include/drm/drm_panel.h
index 582a0ec0aa70448e07b39f5de7f49868e5787953..a82c292af6c58eb4694b790d000cade8416a32ba 100644
(file)
--- 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
*/