summaryrefslogtreecommitdiff
path: root/include/video
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>2019-02-12 10:33:43 +0800
commitaacb8b4de82f74ce7fe9499ec03d4ffc6a36235a (patch)
treee98c77a78fec33c37fb99a5be09fbcd315e72913 /include/video
parentaaa7105bba2e9c9b4cfc3a2ef660a82230a6584a (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/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 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);