sm8550-common: overlay: Allow switching between 60Hz and 120Hz

* At the same time, move the device-specific refreshrate overlays to FrameworksResSamsung.

Change-Id: I4f328dbdce50e709f30b1f098e71248d72819268
This commit is contained in:
Cosmin Tanislav
2024-09-07 02:54:20 +08:00
committed by chaptsand
parent fbf53aae70
commit 078b3af731
6 changed files with 66 additions and 16 deletions

View File

@@ -49,20 +49,4 @@
<item>/vendor/lib64/egl/libGLESv2_adreno.so</item>
</string-array>
<!-- Low zone brightness thresholds in the range [0, 255] -->
<integer-array name="config_brightnessThresholdsOfPeakRefreshRate" translatable="false">
<item>7</item>
<item>11</item>
</integer-array>
<!-- Low zone lux thresholds -->
<integer-array name="config_ambientThresholdsOfPeakRefreshRate" translatable="false">
<item>-1</item>
<item>15</item>
</integer-array>
<!-- Default refresh rate in the zone defined by brightness and ambient thresholds.
If non-positive, then the refresh rate is unchanged even if thresholds are configured. -->
<integer name="config_defaultRefreshRateInZone">120</integer>
</resources>