import PULS_20160108
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / drivers / misc / mediatek / video / mt8127 / disp_drv_ddp.h
diff --git a/drivers/misc/mediatek/video/mt8127/disp_drv_ddp.h b/drivers/misc/mediatek/video/mt8127/disp_drv_ddp.h
new file mode 100644 (file)
index 0000000..d4574d8
--- /dev/null
@@ -0,0 +1,16 @@
+
+// Only for DDP driver.
+#ifndef __DISP_DRV_DDP_H__
+#define __DISP_DRV_DDP_H__
+#include <mach/mt_typedefs.h>
+
+typedef int (*DISP_EXTRA_CHECKUPDATE_PTR)(int);
+typedef int (*DISP_EXTRA_CONFIG_PTR)(int);
+int DISP_RegisterExTriggerSource(DISP_EXTRA_CHECKUPDATE_PTR pCheckUpdateFunc , DISP_EXTRA_CONFIG_PTR pConfFunc);
+void DISP_UnRegisterExTriggerSource(int u4ID);
+void GetUpdateMutex(void);
+void ReleaseUpdateMutex(void);
+BOOL DISP_IsVideoMode(void);
+unsigned long DISP_GetLCMIndex(void);
+
+#endif