diff options
author | Daniel Vetter <daniel.vetter@ffwll.ch> | 2019-01-11 19:40:46 +0300 |
---|---|---|
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | 2019-01-12 15:08:12 +0300 |
commit | 0aa5eb3a4429117dacb687e177d1c4d54e414646 (patch) | |
tree | 1ba0f61710e275df4e7f555d1f8caf4d0a349460 /drivers/gpu/drm/drm_panel.c | |
parent | 3fbdfe99f7523a6e2a177f5c969234f2023b11bc (diff) | |
download | linux-0aa5eb3a4429117dacb687e177d1c4d54e414646.tar.xz |
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 'drivers/gpu/drm/drm_panel.c')
-rw-r--r-- | drivers/gpu/drm/drm_panel.c | 3 |
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(). */ /** |