From 4b20a95b20a00abbfe5ac456725257650d6f9b7d Mon Sep 17 00:00:00 2001 From: codeworkx Date: Mon, 3 Dec 2012 17:43:43 +0100 Subject: Revert "exynos4: gralloc: higher number of buffers for page flipping" This reverts commit 8b9deaf74eba92bac8725666c2f99e51412a5b6f. --- 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 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, -- cgit v1.1