disable fb's three buf support
author杜坤明 <dkm@rock-chips.com>
Fri, 17 Dec 2010 08:58:47 +0000 (16:58 +0800)
committer杜坤明 <dkm@rock-chips.com>
Fri, 17 Dec 2010 08:58:47 +0000 (16:58 +0800)
drivers/video/rk29_fb.c

index aa7f488213bdc0bab31e7453bdbb423ccab97833..1e7418efb2e4bc68fec4c87f6beb66337e6b251d 100755 (executable)
@@ -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);