aboutsummaryrefslogtreecommitdiff
path: root/include/video/da8xx-fb.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/video/da8xx-fb.h')
-rw-r--r--include/video/da8xx-fb.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/video/da8xx-fb.h b/include/video/da8xx-fb.h
index 5a0e4f9efb5..12e4e1de5e3 100644
--- a/include/video/da8xx-fb.h
+++ b/include/video/da8xx-fb.h
@@ -103,5 +103,8 @@ struct lcd_sync_arg {
#define FBIPUT_HSYNC _IOW('F', 9, int)
#define FBIPUT_VSYNC _IOW('F', 10, int)
+/* Proprietary FB_SYNC_ flags */
+#define FB_SYNC_CLK_INVERT 0x40000000
+
#endif /* ifndef DA8XX_FB_H */