aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/sun4i/sun4i_tcon.h
diff options
context:
space:
mode:
authorMaxime Ripard <maxime.ripard@free-electrons.com>2016-04-11 12:16:33 +0200
committerMaxime Ripard <maxime.ripard@free-electrons.com>2016-08-22 15:34:18 +0200
commit894f5a9f4b4aaf154fce121d80199a2e2146d6d1 (patch)
tree8600f72ea7a22ec8a62fa1ad4a24317a8a0fe23c /drivers/gpu/drm/sun4i/sun4i_tcon.h
parentdrm/sun4i: Move panel retrieval in RGB connector (diff)
downloadlinux-dev-894f5a9f4b4aaf154fce121d80199a2e2146d6d1.tar.xz
linux-dev-894f5a9f4b4aaf154fce121d80199a2e2146d6d1.zip
drm/sun4i: Add bridge support
Our RGB bus can be either connected to a bridge or a panel. While the panel support was already there, the bridge was not. Fix that. Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Diffstat (limited to 'drivers/gpu/drm/sun4i/sun4i_tcon.h')
-rw-r--r--drivers/gpu/drm/sun4i/sun4i_tcon.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/sun4i/sun4i_tcon.h b/drivers/gpu/drm/sun4i/sun4i_tcon.h
index 4f81d86ee5a4..100bfa093277 100644
--- a/drivers/gpu/drm/sun4i/sun4i_tcon.h
+++ b/drivers/gpu/drm/sun4i/sun4i_tcon.h
@@ -166,6 +166,7 @@ struct sun4i_tcon {
struct drm_panel *panel;
};
+struct drm_bridge *sun4i_tcon_find_bridge(struct device_node *node);
struct drm_panel *sun4i_tcon_find_panel(struct device_node *node);
/* Global Control */