From e361c22545d9879a7f20f45aaea8b96366092cc4 Mon Sep 17 00:00:00 2001 From: Jon Medhurst Date: Fri, 13 Jul 2012 14:25:50 +0100 Subject: [PATCH] ARM HDLCD: Enable HDLCD_NO_VIRTUAL_SCREEN on Android This is a hack which prevents annoying screen flicker in the Android UI. Signed-off-by: Jon Medhurst --- include/linux/arm-hdlcd.h | 4 ++++ 1 file changed, 4 insertions(+) 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; -- 2.34.1