From: 杜坤明 Date: Fri, 17 Dec 2010 08:58:47 +0000 (+0800) Subject: disable fb's three buf support X-Git-Tag: firefly_0821_release~10925^2~6 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=f8387eb316167f50989d93045168d78d91052a55;p=firefly-linux-kernel-4.4.55.git disable fb's three buf support --- 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);