Snap for 8521661 from 8d1cb39a3e
to tm-qpr1-release
Change-Id: I6c7a9ece98b9117ce706b542f68b8ac0d88d3933
This commit is contained in:
commit
b77d638374
10 changed files with 35 additions and 80 deletions
|
@ -130,6 +130,11 @@
|
|||
<!-- Enable the default coex channel avoidance algorithm and disable the functionality of
|
||||
WifiManager#setCoexUnsafeChannels. -->
|
||||
<bool translatable="false" name="config_wifiDefaultCoexAlgorithmEnabled">true</bool>
|
||||
<!-- If the default coex channel avoidance algorithm is enabled, then avoid channels that
|
||||
conflict with GPS L1. -->
|
||||
<bool translatable="false" name="config_wifiCoexForGpsL1">true</bool>
|
||||
<!-- The distance in KHz between Wi-Fi-based interference and GPS L1 that is considered unsafe. -->
|
||||
<integer translatable="false" name="config_wifiCoexGpsL1ThresholdKhz">10000</integer>
|
||||
|
||||
<!-- Whether to use the explicit vendor HAL API: IWifiStaIface.setRoamingState for disabling fw roaming. -->
|
||||
<bool translatable="false" name="config_wifiUseHalApiToDisableFwRoaming">true</bool>
|
||||
|
|
|
@ -81,6 +81,20 @@
|
|||
<!-- 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">
|
||||
<!-- System brightness for 500 nits: round((500-2)/(1000-2)*(255-1)+1) = 128 -->
|
||||
<item>128</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>
|
||||
|
||||
<!-- Array of light sensor LUX values to define our levels for auto backlight brightness support.
|
||||
The N entries of this array define N 1 zones as follows:
|
||||
Zone 0: 0 <= LUX < array[0]
|
||||
|
|
|
@ -130,6 +130,12 @@
|
|||
<!-- Enable the default coex channel avoidance algorithm and disable the functionality of
|
||||
WifiManager#setCoexUnsafeChannels. -->
|
||||
<bool translatable="false" name="config_wifiDefaultCoexAlgorithmEnabled">true</bool>
|
||||
<!-- If the default coex channel avoidance algorithm is enabled, then avoid channels that
|
||||
conflict with GPS L1. -->
|
||||
<bool translatable="false" name="config_wifiCoexForGpsL1">true</bool>
|
||||
<!-- The distance in KHz between Wi-Fi-based interference and GPS L1 that is considered unsafe. -->
|
||||
<integer translatable="false" name="config_wifiCoexGpsL1ThresholdKhz">10000</integer>
|
||||
|
||||
|
||||
<!-- Whether to use the explicit vendor HAL API: IWifiStaIface.setRoamingState for disabling fw roaming. -->
|
||||
<bool translatable="false" name="config_wifiUseHalApiToDisableFwRoaming">true</bool>
|
||||
|
|
|
@ -125,9 +125,9 @@
|
|||
"Name": "MIFTargetLoad",
|
||||
"Path": "/sys/class/devfreq/17000010.devfreq_mif/interactive/target_load",
|
||||
"Values": [
|
||||
"20 5 80",
|
||||
"20 10 80",
|
||||
"80 10 80"
|
||||
"80 10 80",
|
||||
"60 10 40"
|
||||
],
|
||||
"ResetOnInit": true
|
||||
},
|
||||
|
|
|
@ -125,9 +125,9 @@
|
|||
"Name": "MIFTargetLoad",
|
||||
"Path": "/sys/class/devfreq/17000010.devfreq_mif/interactive/target_load",
|
||||
"Values": [
|
||||
"20 5 80",
|
||||
"20 10 80",
|
||||
"80 10 80"
|
||||
"80 10 80",
|
||||
"60 10 40"
|
||||
],
|
||||
"ResetOnInit": true
|
||||
},
|
||||
|
|
|
@ -112,8 +112,8 @@
|
|||
"Name": "MIFTargetLoad",
|
||||
"Path": "/sys/class/devfreq/17000010.devfreq_mif/interactive/target_load",
|
||||
"Values": [
|
||||
"20 5 80",
|
||||
"20 10 80"
|
||||
"20 10 80",
|
||||
"60 10 40"
|
||||
],
|
||||
"ResetOnInit": true
|
||||
},
|
||||
|
|
|
@ -125,9 +125,9 @@
|
|||
"Name": "MIFTargetLoad",
|
||||
"Path": "/sys/class/devfreq/17000010.devfreq_mif/interactive/target_load",
|
||||
"Values": [
|
||||
"20 5 80",
|
||||
"20 10 80",
|
||||
"80 10 80"
|
||||
"80 10 80",
|
||||
"60 10 40"
|
||||
],
|
||||
"ResetOnInit": true
|
||||
},
|
||||
|
|
|
@ -125,9 +125,9 @@
|
|||
"Name": "MIFTargetLoad",
|
||||
"Path": "/sys/class/devfreq/17000010.devfreq_mif/interactive/target_load",
|
||||
"Values": [
|
||||
"20 5 80",
|
||||
"20 10 80",
|
||||
"80 10 80"
|
||||
"80 10 80",
|
||||
"60 10 40"
|
||||
],
|
||||
"ResetOnInit": true
|
||||
},
|
||||
|
|
|
@ -579,40 +579,5 @@
|
|||
"Type":"NPU",
|
||||
"WritePath":"/dev/thermal/cdev-by-name/tpu_cooling/user_vote"
|
||||
}
|
||||
],
|
||||
"PowerRails":[
|
||||
{
|
||||
"Name":"PPVAR_VSYS_PWR_DISP"
|
||||
},
|
||||
{
|
||||
"Name":"VSYS_PWR_MODEM"
|
||||
},
|
||||
{
|
||||
"Name":"S2M_VDD_CPUCL2",
|
||||
"PowerSampleDelay":14000,
|
||||
"PowerSampleCount":5
|
||||
|
||||
},
|
||||
{
|
||||
"Name":"S3M_VDD_CPUCL1",
|
||||
"PowerSampleDelay":14000,
|
||||
"PowerSampleCount":5
|
||||
},
|
||||
{
|
||||
"Name":"S4M_VDD_CPUCL0",
|
||||
"PowerSampleDelay":14000,
|
||||
"PowerSampleCount":5
|
||||
},
|
||||
{
|
||||
"Name":"S5M_VDD_INT"
|
||||
},
|
||||
{
|
||||
"Name":"S1M_VDD_MIF"
|
||||
},
|
||||
{
|
||||
"Name":"S2S_VDD_G3D",
|
||||
"PowerSampleDelay":14000,
|
||||
"PowerSampleCount":5
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
@ -783,40 +783,5 @@
|
|||
"Type":"NPU",
|
||||
"WritePath":"/dev/thermal/cdev-by-name/tpu_cooling/user_vote"
|
||||
}
|
||||
],
|
||||
"PowerRails":[
|
||||
{
|
||||
"Name":"PPVAR_VSYS_PWR_DISP"
|
||||
},
|
||||
{
|
||||
"Name":"VSYS_PWR_MODEM"
|
||||
},
|
||||
{
|
||||
"Name":"S2M_VDD_CPUCL2",
|
||||
"PowerSampleDelay":14000,
|
||||
"PowerSampleCount":5
|
||||
|
||||
},
|
||||
{
|
||||
"Name":"S3M_VDD_CPUCL1",
|
||||
"PowerSampleDelay":14000,
|
||||
"PowerSampleCount":5
|
||||
},
|
||||
{
|
||||
"Name":"S4M_VDD_CPUCL0",
|
||||
"PowerSampleDelay":14000,
|
||||
"PowerSampleCount":5
|
||||
},
|
||||
{
|
||||
"Name":"S5M_VDD_INT"
|
||||
},
|
||||
{
|
||||
"Name":"S1M_VDD_MIF"
|
||||
},
|
||||
{
|
||||
"Name":"S2S_VDD_G3D",
|
||||
"PowerSampleDelay":14000,
|
||||
"PowerSampleCount":5
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue