sanders: enable config_setColorTransformAccelerated

* Enable HWC2 color transform, fix live display
* Side effect: enable night light too (cf 199922)
* Update some doze related configs too
This commit is contained in:
Vachounet
2018-01-09 16:13:47 +01:00
committed by therootlord
parent 0e03081e83
commit a4b148e469

View File

@@ -356,4 +356,20 @@
<item>"/system/framework/arm64/boot-core-libart.vdex"</item>
</string-array>
<!-- Boolean indicating whether the HWC setColorTransform function can be performed efficiently
in hardware. -->
<bool name="config_setColorTransformAccelerated">true</bool>
<!-- If this is true, device supports Sustained Performance Mode. -->
<bool name="config_sustainedPerformanceModeSupported">true</bool>
<!-- enable doze powersaving mode -->
<bool name="config_enableAutoPowerModes">true</bool>
<!-- Whether the always on display mode is available. -->
<bool name="config_dozeAlwaysOnDisplayAvailable">true</bool>
<!-- Whether the display blanks itself when transition from a doze to a non-doze state -->
<bool name="config_displayBlanksAfterDoze">true</bool>
</resources>