sm7125-common: enable config_setColorTransformAccelerated

*to enable night display and extra dim
urubino-microg
Dyneteve 9 months ago committed by Ruchit
parent 873505e962
commit df562e00b8
  1. 4
      overlay/frameworks/base/core/res/res/values/config.xml

@ -1268,6 +1268,10 @@
without impacting power, performance, and app compatibility (e.g. protected content). -->
<bool name="config_nightDisplayAvailable">true</bool>
<!-- Boolean indicating whether the HWC setColorTransform function can be performed efficiently
in hardware. -->
<bool name="config_setColorTransformAccelerated">true</bool>
<!-- Flag indicating whether the surface flinger is inefficient
at performing a blur. Used by parts of the UI to turn off
the blur effect where it isn't worth the performance hit.

Loading…
Cancel
Save