From f8387eb316167f50989d93045168d78d91052a55 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=E6=9D=9C=E5=9D=A4=E6=98=8E?= Date: Fri, 17 Dec 2010 16:58:47 +0800 Subject: [PATCH] disable fb's three buf support --- drivers/video/rk29_fb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/video/rk29_fb.c b/drivers/video/rk29_fb.c index aa7f488213bd..1e7418efb2e4 100755 --- a/drivers/video/rk29_fb.c +++ b/drivers/video/rk29_fb.c @@ -53,7 +53,7 @@ #include "./display/screen/screen.h" -#define ANDROID_USE_THREE_BUFS 1 //android use three buffers to accelerate UI display in rgb plane +#define ANDROID_USE_THREE_BUFS 0 //android use three buffers to accelerate UI display in rgb plane #if 0 #define fbprintk(msg...) printk(msg); -- 2.34.1