diff options
author | Chirayu Desai <chirayudesai1@gmail.com> | 2012-09-18 02:08:46 -0400 |
---|---|---|
committer | Justin White <just6979@gmail.com> | 2012-09-18 02:23:05 -0400 |
commit | 93300a70aaf100913d0d88c6128b72fb41faae85 (patch) | |
tree | c8ad5a47ad4da31bcc14c3ab5e5cc08dbcece32f | |
parent | d2075e6789979955c77b62bdc5ce8e2363e5602f (diff) | |
download | device_samsung_crespo-93300a70aaf100913d0d88c6128b72fb41faae85.zip device_samsung_crespo-93300a70aaf100913d0d88c6128b72fb41faae85.tar.gz device_samsung_crespo-93300a70aaf100913d0d88c6128b72fb41faae85.tar.bz2 |
Enable custom VSYNC IOCTL.
Requires patch http://review.cyanogenmod.com/#/c/23541/
and patch http://review.cyanogenmod.com/#/c/23540/
Change-Id: I4493e7d1db393ffa6eb4d7e4b09a30112f466861
-rwxr-xr-x | BoardConfigCommon.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 1bf3e27..0912389 100755 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -104,3 +104,6 @@ TARGET_DISABLE_TRIPLE_BUFFERING := false BOARD_ALLOW_EGL_HIBERNATION := true +# hwcomposer: custom vsync ioctl +BOARD_CUSTOM_VSYNC_IOCTL := true + |