summaryrefslogtreecommitdiff
path: root/include/video
diff options
context:
space:
mode:
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);