From 982295a4e61c5ccdc888b456a6759fffdb672ea0 Mon Sep 17 00:00:00 2001 From: yetta_wu Date: Mon, 15 Apr 2013 14:39:49 +0800 Subject: [PATCH] display: JDI: enable CABC level 3 1. CABC level 3 is the most power saving level 2. level 3 for all cases (UI and video) buganizer number: 8514498 Change-Id: I78930ff326410ba922ec565234dde387c670967b Signed-off-by: yetta_wu --- drivers/video/msm/mipi_JDI.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/video/msm/mipi_JDI.c b/drivers/video/msm/mipi_JDI.c index 9a38579ab55f..f7c8c535c56b 100644 --- a/drivers/video/msm/mipi_JDI.c +++ b/drivers/video/msm/mipi_JDI.c @@ -69,7 +69,7 @@ static char write_display_brightness[] = {0x51, 0x00}; static char write_control_display[] = {0x53, 0x24}; /* choose cabc mode, 0x00(-0%), 0x01(-15%), 0x02(-40%), 0x03(-54%), disable SRE(sunlight readability enhancement) */ -static char write_cabc[] = {0x55, 0x00}; +static char write_cabc[] = {0x55, 0x03}; /* for cabc mode 0x1(-15%) */ static char backlight_control1[] = {0xB8, 0x07, 0x87, 0x26, 0x18, 0x00, 0x32}; /* for cabc mode 0x2(-40%) */