summaryrefslogtreecommitdiff
path: root/include/video
diff options
context:
space:
mode:
authorLiu Ying <victor.liu@nxp.com>2019-11-12 11:57:05 +0800
committerDong Aisheng <aisheng.dong@nxp.com>2019-11-25 15:58:21 +0800
commitf98fa2a052fc30e0fee448e60939600d79f6914b (patch)
tree0733bf789ca1d03d22de59732deaeb079999ec5c /include/video
parent4436810703da4c7e68769f2e9ed23a1b39dd6ee1 (diff)
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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/video/dpu.h b/include/video/dpu.h
index b565061d1e3a..ef0d70a591e2 100644
--- a/include/video/dpu.h
+++ b/include/video/dpu.h
@@ -494,7 +494,7 @@ void framegen_disable_pixel_link(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,
- unsigned int encoder_type);
+ bool side_by_side, unsigned int encoder_type);
void framegen_pkickconfig(struct dpu_framegen *fg, bool enable);
void framegen_displaymode(struct dpu_framegen *fg, fgdm_t mode);
void framegen_panic_displaymode(struct dpu_framegen *fg, fgdm_t mode);