Snap for 12091711 from b416bdb6d0
to 24Q4-release
Change-Id: Idc400e1378814399dd2da11ad47eceff882b237b
This commit is contained in:
commit
7811035c55
2 changed files with 89 additions and 2 deletions
|
@ -274,6 +274,42 @@
|
||||||
],
|
],
|
||||||
"ResetOnInit": true
|
"ResetOnInit": true
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"Name": "TAUclampMinOnNiceEnable",
|
||||||
|
"Path": "/proc/vendor_sched/groups/ta/uclamp_min_on_nice_enable",
|
||||||
|
"Values": [
|
||||||
|
"1",
|
||||||
|
"0"
|
||||||
|
],
|
||||||
|
"ResetOnInit": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Name": "TAUclampMinOnNiceMidValue",
|
||||||
|
"Path": "/proc/vendor_sched/groups/ta/uclamp_min_on_nice_mid_value",
|
||||||
|
"Values": [
|
||||||
|
"600",
|
||||||
|
"0"
|
||||||
|
],
|
||||||
|
"ResetOnInit": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Name": "TAUclampMinOnNiceHighPrio",
|
||||||
|
"Path": "/proc/vendor_sched/groups/ta/uclamp_min_on_nice_high_prio",
|
||||||
|
"Values": [
|
||||||
|
"119",
|
||||||
|
"120"
|
||||||
|
],
|
||||||
|
"ResetOnInit": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Name": "TAUclampMinOnNiceMidPrio",
|
||||||
|
"Path": "/proc/vendor_sched/groups/ta/uclamp_min_on_nice_mid_prio",
|
||||||
|
"Values": [
|
||||||
|
"128",
|
||||||
|
"130"
|
||||||
|
],
|
||||||
|
"ResetOnInit": true
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"Name": "FGUClampBoost",
|
"Name": "FGUClampBoost",
|
||||||
"Path": "/proc/vendor_sched/groups/fg/uclamp_min",
|
"Path": "/proc/vendor_sched/groups/fg/uclamp_min",
|
||||||
|
@ -390,6 +426,7 @@
|
||||||
"Path": "/proc/vendor_sched/groups/ta/preferred_idle_mask_high",
|
"Path": "/proc/vendor_sched/groups/ta/preferred_idle_mask_high",
|
||||||
"Values": [
|
"Values": [
|
||||||
"0xff",
|
"0xff",
|
||||||
|
"0xf0",
|
||||||
"0x7f"
|
"0x7f"
|
||||||
],
|
],
|
||||||
"ResetOnInit": true
|
"ResetOnInit": true
|
||||||
|
@ -399,6 +436,7 @@
|
||||||
"Path": "/proc/vendor_sched/groups/ta/preferred_idle_mask_mid",
|
"Path": "/proc/vendor_sched/groups/ta/preferred_idle_mask_mid",
|
||||||
"Values": [
|
"Values": [
|
||||||
"0xff",
|
"0xff",
|
||||||
|
"0xf0",
|
||||||
"0x7f"
|
"0x7f"
|
||||||
],
|
],
|
||||||
"ResetOnInit": true
|
"ResetOnInit": true
|
||||||
|
@ -408,6 +446,7 @@
|
||||||
"Path": "/proc/vendor_sched/groups/ta/preferred_idle_mask_low",
|
"Path": "/proc/vendor_sched/groups/ta/preferred_idle_mask_low",
|
||||||
"Values": [
|
"Values": [
|
||||||
"0xff",
|
"0xff",
|
||||||
|
"0xf0",
|
||||||
"0x7f"
|
"0x7f"
|
||||||
],
|
],
|
||||||
"ResetOnInit": true
|
"ResetOnInit": true
|
||||||
|
@ -1513,12 +1552,60 @@
|
||||||
"Duration": 3000,
|
"Duration": 3000,
|
||||||
"Value": "0"
|
"Value": "0"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"PowerHint": "CAMERA_CAPTURE_CPU_THROTTLE",
|
||||||
|
"Node": "ReducePreferIdle",
|
||||||
|
"Duration": 3000,
|
||||||
|
"Value": "0"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"PowerHint": "CAMERA_CAPTURE_CPU_THROTTLE",
|
"PowerHint": "CAMERA_CAPTURE_CPU_THROTTLE",
|
||||||
"Node": "TAUClampBoost",
|
"Node": "TAPreferredIdleMaskHigh",
|
||||||
|
"Duration": 3000,
|
||||||
|
"Value": "0xf0"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"PowerHint": "CAMERA_CAPTURE_CPU_THROTTLE",
|
||||||
|
"Node": "TAPreferredIdleMaskMid",
|
||||||
|
"Duration": 3000,
|
||||||
|
"Value": "0xf0"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"PowerHint": "CAMERA_CAPTURE_CPU_THROTTLE",
|
||||||
|
"Node": "TAPreferredIdleMaskLow",
|
||||||
|
"Duration": 3000,
|
||||||
|
"Value": "0xf0"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"PowerHint": "CAMERA_CAPTURE_CPU_THROTTLE",
|
||||||
|
"Node": "TAUclampMinOnNiceEnable",
|
||||||
|
"Duration": 3000,
|
||||||
|
"Value": "1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"PowerHint": "CAMERA_CAPTURE_CPU_THROTTLE",
|
||||||
|
"Node": "TAUclampMinOnNiceMidValue",
|
||||||
"Duration": 3000,
|
"Duration": 3000,
|
||||||
"Value": "600"
|
"Value": "600"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"PowerHint": "CAMERA_CAPTURE_CPU_THROTTLE",
|
||||||
|
"Node": "TAUclampMinOnNiceHighPrio",
|
||||||
|
"Duration": 3000,
|
||||||
|
"Value": "119"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"PowerHint": "CAMERA_CAPTURE_CPU_THROTTLE",
|
||||||
|
"Node": "TAUclampMinOnNiceMidPrio",
|
||||||
|
"Duration": 3000,
|
||||||
|
"Value": "128"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"PowerHint": "CAMERA_CAPTURE_CPU_THROTTLE",
|
||||||
|
"Node": "TAPreferIdle",
|
||||||
|
"Duration": 3000,
|
||||||
|
"Value": "1"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"PowerHint": "CAMERA_THERMAL_SEVERE_BOOST",
|
"PowerHint": "CAMERA_THERMAL_SEVERE_BOOST",
|
||||||
"Node": "CDPreferHighCap",
|
"Node": "CDPreferHighCap",
|
||||||
|
|
|
@ -153,7 +153,7 @@
|
||||||
|
|
||||||
<!-- Boolean indicating whether we should enable the STA current connected indoor channel
|
<!-- Boolean indicating whether we should enable the STA current connected indoor channel
|
||||||
for SAP, WFD GO, Wi-Fi Aware -->
|
for SAP, WFD GO, Wi-Fi Aware -->
|
||||||
<bool translatable="false" name="config_wifiEnableStaIndoorChannelForPeerNetwork">true</bool>
|
<bool translatable="false" name="config_wifiEnableStaIndoorChannelForPeerNetwork">false</bool>
|
||||||
|
|
||||||
<!-- Boolean indicating whether we should enable the STA current connected DFS channel
|
<!-- Boolean indicating whether we should enable the STA current connected DFS channel
|
||||||
for SAP, WFD GO, Wi-Fi Aware -->
|
for SAP, WFD GO, Wi-Fi Aware -->
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue