mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +00:00
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:
parent
2b132be8af
commit
982295a4e6
1 changed files with 1 additions and 1 deletions
|
@ -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%) */
|
||||
|
|
Loading…
Reference in a new issue