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-25 12:59:26 +0100
commit6276d5381632b190c62c109b6eb1ba43d3dd3e10 (patch)
tree9c8edb1e3099115f806b915a645ce5b09430c3cc
parenta527e39b6faa8d5692568393bb7f43704cb3cf9f (diff)
ARM HDLCD: Enable HDLCD_NO_VIRTUAL_SCREEN on Androidtracking-tracking-armlt-hdlcd-ll-20120727.0
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;