s6e3hc2: update thresholds for 90hz
Add zone2 condition for 90Hz Bug: 158448810 Test: no fps transition in the blocking zone Change-Id: I1391a5f9cd31b7c7246700635169cb6201ed5d9a
This commit is contained in:
parent
6f47705bcb
commit
79c5681343
|
@ -225,9 +225,11 @@
|
||||||
equal or less than this value -->
|
equal or less than this value -->
|
||||||
<integer-array name="config_brightnessThresholdsOfPeakRefreshRate">
|
<integer-array name="config_brightnessThresholdsOfPeakRefreshRate">
|
||||||
<item>10</item> <!-- 33% UI brightness -->
|
<item>10</item> <!-- 33% UI brightness -->
|
||||||
|
<item>14</item> <!-- 40% UI brightness -->
|
||||||
</integer-array>
|
</integer-array>
|
||||||
<integer-array name="config_ambientThresholdsOfPeakRefreshRate">
|
<integer-array name="config_ambientThresholdsOfPeakRefreshRate">
|
||||||
<item>-1</item>
|
<item>-1</item>
|
||||||
|
<item>20</item>
|
||||||
</integer-array>
|
</integer-array>
|
||||||
|
|
||||||
<!-- default refresh rate in the zone defined by birghtness and ambient thresholds -->
|
<!-- default refresh rate in the zone defined by birghtness and ambient thresholds -->
|
||||||
|
|
Loading…
Reference in New Issue