Snap for 7449603 from 331c502407531d11380add6b04a52a096cfb2db4 to sc-v2-release
Change-Id: Idb188cc8b154461dbc5393b07bf42040aeb51287
This commit is contained in:
commit
c0811ec008
4 changed files with 46 additions and 13 deletions
|
@ -176,14 +176,27 @@
|
|||
equal or less than this value -->
|
||||
<integer-array name="config_brightnessThresholdsOfPeakRefreshRate">
|
||||
<item>7</item> <!-- 33% UI brightness -->
|
||||
<item>9</item> <!-- 40% UI brightness -->
|
||||
<item>11</item> <!-- 45% UI brightness -->
|
||||
</integer-array>
|
||||
<integer-array name="config_ambientThresholdsOfPeakRefreshRate">
|
||||
<item>-1</item>
|
||||
<item>20</item>
|
||||
<item>30</item>
|
||||
</integer-array>
|
||||
|
||||
<!-- default refresh rate in the zone defined by birghtness and ambient thresholds -->
|
||||
<integer name="config_defaultRefreshRateInZone">90</integer>
|
||||
|
||||
<!-- Switch to fixed refresh rate when display brightness setting is
|
||||
equal or more than this value -->
|
||||
<integer-array name="config_highDisplayBrightnessThresholdsOfFixedRefreshRate">
|
||||
<item>158</item> <!--100% UI normal brightness -->
|
||||
</integer-array>
|
||||
|
||||
<integer-array name="config_highAmbientBrightnessThresholdsOfFixedRefreshRate">
|
||||
<item>50000</item>
|
||||
</integer-array>
|
||||
|
||||
<!-- default refresh rate in the high zone defined by birghtness and ambient thresholds -->
|
||||
<integer name="config_fixedRefreshRateInHighZone">60</integer>
|
||||
|
||||
</resources>
|
||||
|
|
|
@ -170,8 +170,8 @@
|
|||
|
||||
<!-- GPS related values.-->
|
||||
<array name="gps.signalqualitybased"> <!-- Strength 0 to 1 -->
|
||||
<value>28</value>
|
||||
<value>5</value>
|
||||
<value>23.9</value>
|
||||
<value>21.3</value>
|
||||
</array>
|
||||
<item name="gps.voltage">3700</item>
|
||||
|
||||
|
|
|
@ -170,8 +170,8 @@
|
|||
|
||||
<!-- GPS related values.-->
|
||||
<array name="gps.signalqualitybased"> <!-- Strength 0 to 1 -->
|
||||
<value>28</value>
|
||||
<value>5</value>
|
||||
<value>23.9</value>
|
||||
<value>21.3</value>
|
||||
</array>
|
||||
<item name="gps.voltage">3700</item>
|
||||
|
||||
|
|
|
@ -361,14 +361,34 @@
|
|||
"NAN",
|
||||
"NAN",
|
||||
"NAN",
|
||||
"NAN",
|
||||
90,
|
||||
"NAN",
|
||||
93,
|
||||
96,
|
||||
"NAN"
|
||||
],
|
||||
"VrThreshold":"NAN",
|
||||
"Multiplier":1,
|
||||
"Monitor":false
|
||||
"Monitor":true,
|
||||
"PollingDelay":300000,
|
||||
"PassiveDelay":5000,
|
||||
"BindedCdevInfo": [
|
||||
{
|
||||
"CdevRequest": "thermal-cpufreq-2",
|
||||
"LimitInfo": [0, 0, 0, 7, 7, 10, 10]
|
||||
},
|
||||
{
|
||||
"CdevRequest": "thermal-cpufreq-0",
|
||||
"LimitInfo": [0, 0, 0, 0, 0, 0, 0]
|
||||
},
|
||||
{
|
||||
"CdevRequest": "thermal-cpufreq-1",
|
||||
"LimitInfo": [0, 0, 0, 0, 0, 0, 0]
|
||||
},
|
||||
{
|
||||
"CdevRequest": "thermal-gpufreq-0",
|
||||
"LimitInfo": [0, 0, 0, 0, 0, 0, 0]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Name":"vdroop1",
|
||||
|
@ -474,7 +494,7 @@
|
|||
"NAN",
|
||||
"NAN",
|
||||
"NAN",
|
||||
13.2,
|
||||
12,
|
||||
"NAN",
|
||||
"NAN"
|
||||
],
|
||||
|
@ -490,7 +510,7 @@
|
|||
"NAN",
|
||||
"NAN",
|
||||
"NAN",
|
||||
12,
|
||||
9,
|
||||
"NAN",
|
||||
"NAN"
|
||||
],
|
||||
|
@ -522,7 +542,7 @@
|
|||
"NAN",
|
||||
"NAN",
|
||||
"NAN",
|
||||
10.5,
|
||||
8.5,
|
||||
"NAN",
|
||||
"NAN"
|
||||
],
|
||||
|
@ -538,7 +558,7 @@
|
|||
"NAN",
|
||||
"NAN",
|
||||
"NAN",
|
||||
13.2,
|
||||
9,
|
||||
"NAN",
|
||||
"NAN"
|
||||
],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue