summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcodeworkx <codeworkx@cyanogenmod.org>2012-12-01 23:54:58 +0100
committercodeworkx <codeworkx@cyanogenmod.org>2012-12-01 23:54:58 +0100
commit8b9deaf74eba92bac8725666c2f99e51412a5b6f (patch)
tree3a8fc3a4b2237ac7d2925126e7b2ad0f119959ca
parentabfed77d4612fa4812327221373213d04ce65974 (diff)
downloadandroid_hardware_samsung-8b9deaf74eba92bac8725666c2f99e51412a5b6f.tar.gz
android_hardware_samsung-8b9deaf74eba92bac8725666c2f99e51412a5b6f.tar.bz2
android_hardware_samsung-8b9deaf74eba92bac8725666c2f99e51412a5b6f.zip
exynos4: gralloc: higher number of buffers for page flipping
-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 2059af8..7b351f4 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 2
+#define NUM_BUFFERS 4
enum {
PAGE_FLIP = 0x00000001,