diff options
author | codeworkx <codeworkx@cyanogenmod.org> | 2012-12-09 17:54:15 +0100 |
---|---|---|
committer | codeworkx <codeworkx@cyanogenmod.org> | 2012-12-09 17:54:15 +0100 |
commit | 9ecbde37ce951782e10256e2ecceb85c1b95cb99 (patch) | |
tree | 180ed8ac78681f71d181d89edc8b36cdb42935ba | |
parent | 49458a6db56bf5cc8155a93a1033793d6339401d (diff) | |
download | device_samsung_p5100-9ecbde37ce951782e10256e2ecceb85c1b95cb99.zip device_samsung_p5100-9ecbde37ce951782e10256e2ecceb85c1b95cb99.tar.gz device_samsung_p5100-9ecbde37ce951782e10256e2ecceb85c1b95cb99.tar.bz2 |
p51xx: enable vsync sysfs notifications
Change-Id: Ic0c8b5729faa8965842e61abd9c63f7d9483d1df
-rw-r--r-- | BoardConfigCommon.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 7b547ac..79a88d5 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -58,6 +58,7 @@ TARGET_BOOTANIMATION_PRELOAD := true # HWComposer BOARD_USES_HWCOMPOSER := true +BOARD_USE_SYSFS_VSYNC_NOTIFICATION := true # set if the target supports FBIO_WAITFORVSYNC TARGET_HAS_WAITFORVSYNC := true |