Revert "sm8250-common: Enable automatic refresh rate switching"

This reverts commit 39681af7fa9800196fa038a4fdc074257e7d86d0.
This commit is contained in:
LuK1337 2020-06-24 18:40:28 +02:00
parent 5e718ca747
commit 37f2c91f18
2 changed files with 0 additions and 18 deletions

View file

@ -362,19 +362,4 @@
<!-- Boolean indicating whether the HWC setColorTransform function can be performed efficiently
in hardware. -->
<bool name="config_setColorTransformAccelerated">true</bool>
<!-- The default peak refresh rate for a given device. -->
<integer name="config_defaultPeakRefreshRate">120</integer>
<!-- Not allow to switch to higher refresh rate when (display, ambient) brightness falls into
the region defined by the two arrays -->
<integer-array name="config_brightnessThresholdsOfPeakRefreshRate">
<item>-1</item>
</integer-array>
<integer-array name="config_ambientThresholdsOfPeakRefreshRate">
<item>-1</item>
</integer-array>
<!-- default refresh rate in the zone defined by brightness and ambient thresholds -->
<integer name="config_defaultRefreshRateInZone">120</integer>
</resources>

View file

@ -22,7 +22,4 @@
<resources>
<!-- Doze: does this device support STATE_DOZE? -->
<bool name="doze_display_state_supported">true</bool>
<!-- Preferred refresh rate at keyguard, if supported by the display -->
<integer name="config_keyguardRefreshRate">120</integer>
</resources>