aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Medhurst <tixy@linaro.org>2012-07-13 14:25:50 +0100
committerJon Medhurst <tixy@linaro.org>2012-07-16 14:21:45 +0100
commit806551db3ecf94353e8e3c1719e42d774c795a1b (patch)
treeb98d45771fa84ac14b53fccea63dc2724c498c2f
parent4b3922e55dcd5eec425b1fd1c704eb0988bb20e9 (diff)
This is a hack which prevents annoying screen flicker in the Android UI. Signed-off-by: Jon Medhurst <tixy@linaro.org>
-rw-r--r--include/linux/arm-hdlcd.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/linux/arm-hdlcd.h b/include/linux/arm-hdlcd.h
index 124995aa34f5..939f3a81d56b 100644
--- a/include/linux/arm-hdlcd.h
+++ b/include/linux/arm-hdlcd.h
@@ -107,6 +107,10 @@
*/
//#define HDLCD_NO_VIRTUAL_SCREEN
+#ifdef CONFIG_ANDROID
+#define HDLCD_NO_VIRTUAL_SCREEN
+#endif
+
struct hdlcd_device {
struct fb_info fb;
struct device *dev;