From 3849ba0a44c88eead4fbb8f57de1d62b81772d9f Mon Sep 17 00:00:00 2001 From: Liu Ying Date: Tue, 12 Nov 2019 13:04:19 +0800 Subject: gpu: imx: tcon: Add side-by-side support This patch adds side-by-side support for tcon so that two tcons can participate in the dual display streams to work with pixel combiner to drive a high pixel rate display. Signed-off-by: Liu Ying --- include/video/dpu.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include/video') diff --git a/include/video/dpu.h b/include/video/dpu.h index ef0d70a591e2..ed9b65cacde7 100644 --- a/include/video/dpu.h +++ b/include/video/dpu.h @@ -553,7 +553,8 @@ void dpu_lb_put(struct dpu_layerblend *lb); struct dpu_tcon; int tcon_set_fmt(struct dpu_tcon *tcon, u32 bus_format); void tcon_set_operation_mode(struct dpu_tcon *tcon); -void tcon_cfg_videomode(struct dpu_tcon *tcon, struct drm_display_mode *m); +void tcon_cfg_videomode(struct dpu_tcon *tcon, + struct drm_display_mode *m, bool side_by_side); bool tcon_is_master(struct dpu_tcon *tcon); bool tcon_is_slave(struct dpu_tcon *tcon); struct dpu_tcon *dpu_tcon_get(struct dpu_soc *dpu, int id); -- cgit v1.2.3