summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/sun4i/sun4i_tcon.h
diff options
context:
space:
mode:
authorMaxime Ripard <maxime.ripard@free-electrons.com>2015-10-29 09:37:32 +0100
committerMaxime Ripard <maxime.ripard@free-electrons.com>2016-04-28 10:30:05 +0200
commit29e57fab97fcdac9bf04db5f8f59ee63ab11b866 (patch)
treedf1e390b767f303376ef30aab4a4ae568962319e /drivers/gpu/drm/sun4i/sun4i_tcon.h
parent9026e0d122ac87d329b76a9b631622b03941af64 (diff)
downloadop-kernel-dev-29e57fab97fcdac9bf04db5f8f59ee63ab11b866.zip
op-kernel-dev-29e57fab97fcdac9bf04db5f8f59ee63ab11b866.tar.gz
drm: sun4i: Add RGB output
One of the A10 display pipeline possible output is an RGB interface to drive LCD panels directly. This is done through the first channel of the TCON that will output our video signals directly. Reviewed-by: Boris Brezillon <boris.brezillon@free-electrons.com> 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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/drm/sun4i/sun4i_tcon.h b/drivers/gpu/drm/sun4i/sun4i_tcon.h
index 3516121..0e0b11d 100644
--- a/drivers/gpu/drm/sun4i/sun4i_tcon.h
+++ b/drivers/gpu/drm/sun4i/sun4i_tcon.h
@@ -161,6 +161,8 @@ struct sun4i_tcon {
/* Platform adjustments */
bool has_mux;
+
+ struct drm_panel *panel;
};
/* Global Control */
OpenPOWER on IntegriCloud