aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/drm_panel.c
diff options
context:
space:
mode:
authorDaniel Vetter <daniel.vetter@ffwll.ch>2019-01-11 17:40:46 +0100
committerDaniel Vetter <daniel.vetter@ffwll.ch>2019-01-12 13:08:12 +0100
commit0aa5eb3a4429117dacb687e177d1c4d54e414646 (patch)
tree1ba0f61710e275df4e7f555d1f8caf4d0a349460 /drivers/gpu/drm/drm_panel.c
parentdrm/of: Fix kerneldoc (diff)
downloadlinux-dev-0aa5eb3a4429117dacb687e177d1c4d54e414646.tar.xz
linux-dev-0aa5eb3a4429117dacb687e177d1c4d54e414646.zip
drm/panel: Small documentation polish
Need to make sure people can find the panel-bridge to avoid typing too much. Reviewed-by: Sam Ravnborg <sam@ravnborg.org> Signed-off-by: Daniel Vetter <daniel.vetter@intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20190111164048.29067-3-daniel.vetter@ffwll.ch
Diffstat (limited to '')
-rw-r--r--drivers/gpu/drm/drm_panel.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/gpu/drm/drm_panel.c b/drivers/gpu/drm/drm_panel.c
index c33f95e08e1b..dbd5b873e8f2 100644
--- a/drivers/gpu/drm/drm_panel.c
+++ b/drivers/gpu/drm/drm_panel.c
@@ -36,6 +36,9 @@ static LIST_HEAD(panel_list);
* The DRM panel helpers allow drivers to register panel objects with a
* central registry and provide functions to retrieve those panels in display
* drivers.
+ *
+ * For easy integration into drivers using the &drm_bridge infrastructure please
+ * take look at drm_panel_bridge_add() and devm_drm_panel_bridge_add().
*/
/**