summaryrefslogtreecommitdiff
path: root/include/video/dpu.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/video/dpu.h')
-rw-r--r--include/video/dpu.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/video/dpu.h b/include/video/dpu.h
index 6b7ed30c83d8..2aae2168c1ae 100644
--- a/include/video/dpu.h
+++ b/include/video/dpu.h
@@ -485,6 +485,8 @@ void dpu_fw_put(struct dpu_fetchunit *fu);
struct dpu_framegen;
void framegen_enable(struct dpu_framegen *fg);
void framegen_disable(struct dpu_framegen *fg);
+void framegen_enable_pixel_link(struct dpu_framegen *fg);
+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,