diff options
author | codeworkx <codeworkx@cyanogenmod.org> | 2012-12-03 17:43:43 +0100 |
---|---|---|
committer | codeworkx <codeworkx@cyanogenmod.org> | 2012-12-03 17:43:43 +0100 |
commit | 4b20a95b20a00abbfe5ac456725257650d6f9b7d (patch) | |
tree | 5f390bd88737e1f1cc3bbda85b53d17969644a74 | |
parent | 39aefd0fc48ae60b7db526887ce216e82c8f3ce2 (diff) | |
download | hardware_samsung-4b20a95b20a00abbfe5ac456725257650d6f9b7d.zip hardware_samsung-4b20a95b20a00abbfe5ac456725257650d6f9b7d.tar.gz hardware_samsung-4b20a95b20a00abbfe5ac456725257650d6f9b7d.tar.bz2 |
Revert "exynos4: gralloc: higher number of buffers for page flipping"
This reverts commit 8b9deaf74eba92bac8725666c2f99e51412a5b6f.
-rw-r--r-- | exynos4/hal/libgralloc_ump/framebuffer_device.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/exynos4/hal/libgralloc_ump/framebuffer_device.cpp b/exynos4/hal/libgralloc_ump/framebuffer_device.cpp index 7b351f4..2059af8 100644 --- a/exynos4/hal/libgralloc_ump/framebuffer_device.cpp +++ b/exynos4/hal/libgralloc_ump/framebuffer_device.cpp @@ -52,7 +52,7 @@ #include "linux/fb.h" /* numbers of buffers for page flipping */ -#define NUM_BUFFERS 4 +#define NUM_BUFFERS 2 enum { PAGE_FLIP = 0x00000001, |