From 8b9deaf74eba92bac8725666c2f99e51412a5b6f Mon Sep 17 00:00:00 2001 From: codeworkx Date: Sat, 1 Dec 2012 23:54:58 +0100 Subject: exynos4: gralloc: higher number of buffers for page flipping --- exynos4/hal/libgralloc_ump/framebuffer_device.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- cgit v1.1