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 <yetta_wu@asus.com>
This commit is contained in:
yetta_wu 2013-04-15 14:39:49 +08:00 committed by Iliyan Malchev
parent 2b132be8af
commit 982295a4e6

View file

@ -69,7 +69,7 @@ static char write_display_brightness[] = {0x51, 0x00};
static char write_control_display[] = {0x53, 0x24}; static char write_control_display[] = {0x53, 0x24};
/* choose cabc mode, 0x00(-0%), 0x01(-15%), 0x02(-40%), 0x03(-54%), /* choose cabc mode, 0x00(-0%), 0x01(-15%), 0x02(-40%), 0x03(-54%),
disable SRE(sunlight readability enhancement) */ disable SRE(sunlight readability enhancement) */
static char write_cabc[] = {0x55, 0x00}; static char write_cabc[] = {0x55, 0x03};
/* for cabc mode 0x1(-15%) */ /* for cabc mode 0x1(-15%) */
static char backlight_control1[] = {0xB8, 0x07, 0x87, 0x26, 0x18, 0x00, 0x32}; static char backlight_control1[] = {0xB8, 0x07, 0x87, 0x26, 0x18, 0x00, 0x32};
/* for cabc mode 0x2(-40%) */ /* for cabc mode 0x2(-40%) */