summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorLiu Ying <victor.liu@nxp.com>2017-09-18 11:17:28 +0800
committerJason Liu <jason.hui.liu@nxp.com>2018-10-29 11:10:38 +0800
commit4e4a4ef1056c0cd7aa58ad2379ae91f8492dd207 (patch)
treec7358d9766a5fac696f96ad3cc8b29ba40850536 /include
parent9165614a51e7b3413f07b606704c34838d305142 (diff)
MLK-19413-17 gpu: imx: dpu: framegen: Add side-by-side support
This patch adds side-by-side support for framegen so that two framegens can work in sync mode to participate in the dual display streams to drive a high pixel rate display via a pixel combiner. Signed-off-by: Liu Ying <victor.liu@nxp.com>
Diffstat (limited to 'include')
-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 e1177e4cdc26..4dfc2535bbf1 100644
--- a/include/video/dpu.h
+++ b/include/video/dpu.h
@@ -608,7 +608,8 @@ void framegen_disable(struct dpu_framegen *fg);
void framegen_shdtokgen(struct dpu_framegen *fg);
void framegen_syncmode(struct dpu_framegen *fg, fgsyncmode_t mode);
void
-framegen_cfg_videomode(struct dpu_framegen *fg, struct drm_display_mode *m,
+framegen_cfg_videomode(struct dpu_framegen *fg,
+ struct drm_display_mode *m, bool side_by_side,
bool encoder_type_has_tmds, bool encoder_type_has_lvds);
void framegen_pkickconfig(struct dpu_framegen *fg, bool enable);
void framegen_sacfg(struct dpu_framegen *fg, unsigned int x, unsigned int y);