summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMichael Brehm <djp952@gmail.com>2012-09-18 00:40:03 -0400
committerJustin White <just6979@gmail.com>2012-09-18 02:23:05 -0400
commitd2075e6789979955c77b62bdc5ce8e2363e5602f (patch)
treec2fe7f8db2f295560bd3f3fd9b1a796a68b05c49 /include
parent0085b6ef948679259a51d6818470dc1f9f772fec (diff)
downloaddevice_samsung_crespo-d2075e6789979955c77b62bdc5ce8e2363e5602f.zip
device_samsung_crespo-d2075e6789979955c77b62bdc5ce8e2363e5602f.tar.gz
device_samsung_crespo-d2075e6789979955c77b62bdc5ce8e2363e5602f.tar.bz2
Implement custom VSYNC IOCTL for crespo.
From http://review.cyanogenmod.com/#/c/23406/ Requires kernel patch http://review.cyanogenmod.com/#/c/23540/ Change-Id: I03b3e832b2973d0f7829e090639cc3d22bf45440
Diffstat (limited to 'include')
-rwxr-xr-xinclude/sec_lcd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sec_lcd.h b/include/sec_lcd.h
index 6a3a34a..82ef42f 100755
--- a/include/sec_lcd.h
+++ b/include/sec_lcd.h
@@ -34,6 +34,7 @@ struct secfb_user_window {
#define FBIO_WAITFORVSYNC _IO ('F', 32)
#define SECFB_WIN_POSITION _IOW ('F', 203, struct secfb_user_window)
#define S3CFB_SET_VSYNC_INT _IOW ('F', 206, uint32_t)
+#define S3CFB_WAIT_FOR_VSYNC _IOR ('F', 311, uint64_t)
#define DEFAULT_LCD_WIDTH (480)
#define DEFAULT_LCD_HEIGHT (800)