diff options
author | Greg Hackmann <ghackmann@google.com> | 2012-04-11 16:52:32 -0700 |
---|---|---|
committer | Greg Hackmann <ghackmann@google.com> | 2012-04-25 16:34:13 -0700 |
commit | 848f27100467b37c2170db4a3bfbed8b330c157b (patch) | |
tree | 6f66c53d6d1900ea91c9bcccf22f6a5f077fa056 /include | |
parent | cb3eb57bb1aebf46521fba6d1fba57d8602551d3 (diff) | |
download | device_samsung_crespo-848f27100467b37c2170db4a3bfbed8b330c157b.zip device_samsung_crespo-848f27100467b37c2170db4a3bfbed8b330c157b.tar.gz device_samsung_crespo-848f27100467b37c2170db4a3bfbed8b330c157b.tar.bz2 |
crespo libhwcomposer: handle vsync uevents
Change-Id: Ida75ba839ef9444adf4ae69dee940b5d15d79e60
Signed-off-by: Greg Hackmann <ghackmann@google.com>
Diffstat (limited to 'include')
-rwxr-xr-x | include/sec_lcd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sec_lcd.h b/include/sec_lcd.h index b5451b7..b829f0e 100755 --- a/include/sec_lcd.h +++ b/include/sec_lcd.h @@ -33,7 +33,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_ACTIVE _IOW ('F', 208, uint32_t) #define DEFAULT_LCD_WIDTH (480) #define DEFAULT_LCD_HEIGHT (800) |