aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/video/mcde.h3
-rw-r--r--include/video/mcde_dss.h3
2 files changed, 5 insertions, 1 deletions
diff --git a/include/video/mcde.h b/include/video/mcde.h
index 729342722eb..70d71d2b53d 100644
--- a/include/video/mcde.h
+++ b/include/video/mcde.h
@@ -320,6 +320,9 @@ void mcde_chnl_put(struct mcde_chnl_state *chnl);
void mcde_chnl_stop_flow(struct mcde_chnl_state *chnl);
+void mcde_chnl_enable(struct mcde_chnl_state *chnl);
+void mcde_chnl_disable(struct mcde_chnl_state *chnl);
+
/* MCDE overlay */
struct mcde_ovly_state;
diff --git a/include/video/mcde_dss.h b/include/video/mcde_dss.h
index a32b2dfdeba..6a149a5dee6 100644
--- a/include/video/mcde_dss.h
+++ b/include/video/mcde_dss.h
@@ -18,7 +18,8 @@
#include "mcde_display.h"
/* Public MCDE dss (Used by MCDE fb ioctl & MCDE display sysfs) */
-
+int mcde_dss_open_channel(struct mcde_display_device *ddev);
+void mcde_dss_close_channel(struct mcde_display_device *ddev);
int mcde_dss_enable_display(struct mcde_display_device *ddev);
void mcde_dss_disable_display(struct mcde_display_device *ddev);
int mcde_dss_apply_channel(struct mcde_display_device *ddev);