summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcodeworkx <codeworkx@cyanogenmod.org>2012-12-03 17:43:43 +0100
committercodeworkx <codeworkx@cyanogenmod.org>2012-12-03 17:43:43 +0100
commit4b20a95b20a00abbfe5ac456725257650d6f9b7d (patch)
tree5f390bd88737e1f1cc3bbda85b53d17969644a74
parent39aefd0fc48ae60b7db526887ce216e82c8f3ce2 (diff)
downloadandroid_hardware_samsung-4b20a95b20a00abbfe5ac456725257650d6f9b7d.tar.gz
android_hardware_samsung-4b20a95b20a00abbfe5ac456725257650d6f9b7d.tar.bz2
android_hardware_samsung-4b20a95b20a00abbfe5ac456725257650d6f9b7d.zip
Revert "exynos4: gralloc: higher number of buffers for page flipping"
This reverts commit 8b9deaf74eba92bac8725666c2f99e51412a5b6f.
-rw-r--r--exynos4/hal/libgralloc_ump/framebuffer_device.cpp2
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,