From f98fa2a052fc30e0fee448e60939600d79f6914b Mon Sep 17 00:00:00 2001 From: Liu Ying Date: Tue, 12 Nov 2019 11:57:05 +0800 Subject: 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 --- include/video/dpu.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/video') 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); -- cgit v1.2.3