summaryrefslogtreecommitdiff
path: root/include/video
diff options
context:
space:
mode:
authorLiu Ying <victor.liu@nxp.com>2019-11-12 13:04:19 +0800
committerDong Aisheng <aisheng.dong@nxp.com>2019-11-25 15:58:21 +0800
commit3849ba0a44c88eead4fbb8f57de1d62b81772d9f (patch)
tree69b6f033f4f2f1066a82fc3feca1fc3e9ed0f391 /include/video
parentf98fa2a052fc30e0fee448e60939600d79f6914b (diff)
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 <victor.liu@nxp.com>
Diffstat (limited to 'include/video')
-rw-r--r--include/video/dpu.h3
1 files changed, 2 insertions, 1 deletions
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);