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:
@@ -356,4 +356,20 @@
|
|||||||
<item>"/system/framework/arm64/boot-core-libart.vdex"</item>
|
<item>"/system/framework/arm64/boot-core-libart.vdex"</item>
|
||||||
</string-array>
|
</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>
|
</resources>
|
||||||
|
|||||||
Reference in New Issue
Block a user