ARM HDLCD: Enable HDLCD_NO_VIRTUAL_SCREEN on Android
authorJon Medhurst <tixy@linaro.org>
Fri, 13 Jul 2012 13:25:50 +0000 (14:25 +0100)
committerJon Medhurst <tixy@linaro.org>
Mon, 1 Jul 2013 10:04:25 +0000 (11:04 +0100)
This is a hack which prevents annoying screen flicker in the Android UI.

Signed-off-by: Jon Medhurst <tixy@linaro.org>
include/linux/arm-hdlcd.h

index 124995aa34f50da2ce8dac70b205b8f649972eb2..939f3a81d56b33a6dd0452af728f5b0622d055ea 100644 (file)
  */
 //#define HDLCD_NO_VIRTUAL_SCREEN
 
+#ifdef CONFIG_ANDROID
+#define HDLCD_NO_VIRTUAL_SCREEN
+#endif
+
 struct hdlcd_device {
        struct fb_info          fb;
        struct device           *dev;