浏览代码

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 <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
Jyri Sarha 7 年之前
父节点
当前提交
103c1944c6
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      include/drm/drm_panel.h

+ 1 - 0
include/drm/drm_panel.h

@@ -82,6 +82,7 @@ struct drm_panel_funcs {
  * @drm: DRM device owning the panel
  * @drm: DRM device owning the panel
  * @connector: DRM connector that the panel is attached to
  * @connector: DRM connector that the panel is attached to
  * @dev: parent device of the panel
  * @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
  * @funcs: operations that can be performed on the panel
  * @list: panel entry in registry
  * @list: panel entry in registry
  */
  */