Snap for 8485504 from a67d10396a to tm-release

Change-Id: I3ec4e2467830d5c3746ecfd17b81d256aa9e2652
This commit is contained in:
Android Build Coastguard Worker 2022-04-22 01:01:47 +00:00
commit c77c40ecbc
6 changed files with 146 additions and 72 deletions

View file

@ -64,8 +64,6 @@
--> -->
<string name="config_rounded_mask" translatable="false">M 71,0 C 33,0 22,-1 10,10 -1,22 0,33 0,71</string> <string name="config_rounded_mask" translatable="false">M 71,0 C 33,0 22,-1 10,10 -1,22 0,33 0,71</string>
<bool name="config_roundedCornerMultipleRadius">true</bool>
<!-- Configure 13px of extra protection around the front-facing camera --> <!-- Configure 13px of extra protection around the front-facing camera -->
<string translatable="false" name="config_frontBuiltInDisplayCutoutProtection"> <string translatable="false" name="config_frontBuiltInDisplayCutoutProtection">
M 494,65 M 494,65

View file

@ -143,11 +143,11 @@
"Path": "/proc/vendor_sched/ta_uclamp_min", "Path": "/proc/vendor_sched/ta_uclamp_min",
"Values": [ "Values": [
"553", "553",
"108", "126",
"43", "56",
"1", "1",
"107", "125",
"42" "55"
], ],
"ResetOnInit": true "ResetOnInit": true
}, },
@ -155,9 +155,9 @@
"Name": "SFUClampBoost", "Name": "SFUClampBoost",
"Path": "/proc/vendor_sched/sf_uclamp_min", "Path": "/proc/vendor_sched/sf_uclamp_min",
"Values": [ "Values": [
"125", "160",
"65", "85",
"30" "39"
], ],
"ResetOnInit": true "ResetOnInit": true
}, },
@ -165,7 +165,7 @@
"Name": "MLUclampBoost", "Name": "MLUclampBoost",
"Path": "/proc/vendor_sched/nnapi_uclamp_min", "Path": "/proc/vendor_sched/nnapi_uclamp_min",
"Values": [ "Values": [
"154", "180",
"512" "512"
], ],
"DefaultIndex": 0, "DefaultIndex": 0,
@ -252,6 +252,15 @@
], ],
"ResetOnInit": true "ResetOnInit": true
}, },
{
"Name": "FGPreferIdle",
"Path": "/proc/vendor_sched/fg_prefer_idle",
"Values": [
"0",
"1"
],
"ResetOnInit": true
},
{ {
"Name": "CDPreferHighCap", "Name": "CDPreferHighCap",
"Path": "/proc/vendor_sched/cam_prefer_high_cap", "Path": "/proc/vendor_sched/cam_prefer_high_cap",
@ -429,7 +438,7 @@
"PowerHint": "INTERACTION", "PowerHint": "INTERACTION",
"Node": "SFUClampBoost", "Node": "SFUClampBoost",
"Duration": 5000, "Duration": 5000,
"Value": "65" "Value": "85"
}, },
{ {
"PowerHint": "DEVICE_IDLE", "PowerHint": "DEVICE_IDLE",
@ -441,7 +450,7 @@
"PowerHint": "LAUNCH", "PowerHint": "LAUNCH",
"Node": "SFUClampBoost", "Node": "SFUClampBoost",
"Duration": 5000, "Duration": 5000,
"Value": "65" "Value": "85"
}, },
{ {
"PowerHint": "LAUNCH", "PowerHint": "LAUNCH",
@ -1145,17 +1154,23 @@
"Duration": 3600000, "Duration": 3600000,
"Value": "2401000" "Value": "2401000"
}, },
{
"PowerHint": "LOW_POWER",
"Node": "PMU_POLL",
"Duration": 0,
"Value": "1"
},
{ {
"PowerHint": "REFRESH_90FPS", "PowerHint": "REFRESH_90FPS",
"Node": "TAUClampBoost", "Node": "TAUClampBoost",
"Duration": 0, "Duration": 0,
"Value": "107" "Value": "125"
}, },
{ {
"PowerHint": "REFRESH_60FPS", "PowerHint": "REFRESH_60FPS",
"Node": "TAUClampBoost", "Node": "TAUClampBoost",
"Duration": 0, "Duration": 0,
"Value": "42" "Value": "55"
}, },
{ {
"PowerHint": "ADPF_DISABLE_TA_BOOST", "PowerHint": "ADPF_DISABLE_TA_BOOST",
@ -1197,13 +1212,13 @@
"PowerHint": "BOOST_90HZ", "PowerHint": "BOOST_90HZ",
"Node": "TAUClampBoost", "Node": "TAUClampBoost",
"Duration": 200, "Duration": 200,
"Value": "108" "Value": "126"
}, },
{ {
"PowerHint": "BOOST_60HZ", "PowerHint": "BOOST_60HZ",
"Node": "TAUClampBoost", "Node": "TAUClampBoost",
"Duration": 200, "Duration": 200,
"Value": "108" "Value": "126"
}, },
{ {
"PowerHint": "REFRESH_90FPS", "PowerHint": "REFRESH_90FPS",
@ -1215,6 +1230,12 @@
"Type": "MaskHint", "Type": "MaskHint",
"Value": "BOOST_90HZ" "Value": "BOOST_90HZ"
}, },
{
"PowerHint": "DISPLAY_IDLE",
"Node": "FGPreferIdle",
"Duration": 0,
"Value": "0"
},
{ {
"PowerHint": "DISPLAY_IDLE", "PowerHint": "DISPLAY_IDLE",
"Node": "TAUClampBoost", "Node": "TAUClampBoost",

View file

@ -143,12 +143,12 @@
"Path": "/proc/vendor_sched/ta_uclamp_min", "Path": "/proc/vendor_sched/ta_uclamp_min",
"Values": [ "Values": [
"553", "553",
"158", "185",
"108", "126",
"43", "57",
"1", "1",
"157", "183",
"42" "55"
], ],
"ResetOnInit": true "ResetOnInit": true
}, },
@ -156,9 +156,9 @@
"Name": "SFUClampBoost", "Name": "SFUClampBoost",
"Path": "/proc/vendor_sched/sf_uclamp_min", "Path": "/proc/vendor_sched/sf_uclamp_min",
"Values": [ "Values": [
"125", "160",
"65", "85",
"30" "39"
], ],
"ResetOnInit": true "ResetOnInit": true
}, },
@ -166,7 +166,7 @@
"Name": "MLUclampBoost", "Name": "MLUclampBoost",
"Path": "/proc/vendor_sched/nnapi_uclamp_min", "Path": "/proc/vendor_sched/nnapi_uclamp_min",
"Values": [ "Values": [
"154", "180",
"512" "512"
], ],
"DefaultIndex": 0, "DefaultIndex": 0,
@ -253,6 +253,15 @@
], ],
"ResetOnInit": true "ResetOnInit": true
}, },
{
"Name": "FGPreferIdle",
"Path": "/proc/vendor_sched/fg_prefer_idle",
"Values": [
"0",
"1"
],
"ResetOnInit": true
},
{ {
"Name": "CDPreferHighCap", "Name": "CDPreferHighCap",
"Path": "/proc/vendor_sched/cam_prefer_high_cap", "Path": "/proc/vendor_sched/cam_prefer_high_cap",
@ -430,7 +439,7 @@
"PowerHint": "INTERACTION", "PowerHint": "INTERACTION",
"Node": "SFUClampBoost", "Node": "SFUClampBoost",
"Duration": 5000, "Duration": 5000,
"Value": "65" "Value": "85"
}, },
{ {
"PowerHint": "DEVICE_IDLE", "PowerHint": "DEVICE_IDLE",
@ -442,7 +451,7 @@
"PowerHint": "LAUNCH_120FPS", "PowerHint": "LAUNCH_120FPS",
"Node": "SFUClampBoost", "Node": "SFUClampBoost",
"Duration": 1000, "Duration": 1000,
"Value": "125" "Value": "160"
}, },
{ {
"PowerHint": "LAUNCH", "PowerHint": "LAUNCH",
@ -453,7 +462,7 @@
"PowerHint": "LAUNCH", "PowerHint": "LAUNCH",
"Node": "SFUClampBoost", "Node": "SFUClampBoost",
"Duration": 5000, "Duration": 5000,
"Value": "65" "Value": "85"
}, },
{ {
"PowerHint": "LAUNCH", "PowerHint": "LAUNCH",
@ -1157,17 +1166,23 @@
"Duration": 3600000, "Duration": 3600000,
"Value": "2401000" "Value": "2401000"
}, },
{
"PowerHint": "LOW_POWER",
"Node": "PMU_POLL",
"Duration": 0,
"Value": "1"
},
{ {
"PowerHint": "REFRESH_120FPS", "PowerHint": "REFRESH_120FPS",
"Node": "TAUClampBoost", "Node": "TAUClampBoost",
"Duration": 0, "Duration": 0,
"Value": "157" "Value": "183"
}, },
{ {
"PowerHint": "REFRESH_60FPS", "PowerHint": "REFRESH_60FPS",
"Node": "TAUClampBoost", "Node": "TAUClampBoost",
"Duration": 0, "Duration": 0,
"Value": "42" "Value": "55"
}, },
{ {
"PowerHint": "REFRESH_60FPS", "PowerHint": "REFRESH_60FPS",
@ -1214,13 +1229,13 @@
"PowerHint": "BOOST_120HZ", "PowerHint": "BOOST_120HZ",
"Node": "TAUClampBoost", "Node": "TAUClampBoost",
"Duration": 200, "Duration": 200,
"Value": "158" "Value": "185"
}, },
{ {
"PowerHint": "BOOST_60HZ", "PowerHint": "BOOST_60HZ",
"Node": "TAUClampBoost", "Node": "TAUClampBoost",
"Duration": 200, "Duration": 200,
"Value": "108" "Value": "126"
}, },
{ {
"PowerHint": "REFRESH_120FPS", "PowerHint": "REFRESH_120FPS",
@ -1232,6 +1247,12 @@
"Type": "MaskHint", "Type": "MaskHint",
"Value": "BOOST_120HZ" "Value": "BOOST_120HZ"
}, },
{
"PowerHint": "DISPLAY_IDLE",
"Node": "FGPreferIdle",
"Duration": 0,
"Value": "0"
},
{ {
"PowerHint": "DISPLAY_IDLE", "PowerHint": "DISPLAY_IDLE",
"Node": "TAUClampBoost", "Node": "TAUClampBoost",

View file

@ -143,13 +143,13 @@
"Path": "/proc/vendor_sched/ta_uclamp_min", "Path": "/proc/vendor_sched/ta_uclamp_min",
"Values": [ "Values": [
"553", "553",
"158", "185",
"108", "126",
"43", "56",
"1", "1",
"157", "183",
"107", "125",
"42" "55"
], ],
"ResetOnInit": true "ResetOnInit": true
}, },
@ -157,9 +157,9 @@
"Name": "SFUClampBoost", "Name": "SFUClampBoost",
"Path": "/proc/vendor_sched/sf_uclamp_min", "Path": "/proc/vendor_sched/sf_uclamp_min",
"Values": [ "Values": [
"125", "160",
"65", "85",
"30" "39"
], ],
"ResetOnInit": true "ResetOnInit": true
}, },
@ -167,7 +167,7 @@
"Name": "MLUclampBoost", "Name": "MLUclampBoost",
"Path": "/proc/vendor_sched/nnapi_uclamp_min", "Path": "/proc/vendor_sched/nnapi_uclamp_min",
"Values": [ "Values": [
"154", "180",
"512" "512"
], ],
"DefaultIndex": 0, "DefaultIndex": 0,
@ -245,6 +245,15 @@
], ],
"ResetOnInit": true "ResetOnInit": true
}, },
{
"Name": "FGPreferIdle",
"Path": "/proc/vendor_sched/fg_prefer_idle",
"Values": [
"0",
"1"
],
"ResetOnInit": true
},
{ {
"Name": "CDPreferHighCap", "Name": "CDPreferHighCap",
"Path": "/proc/vendor_sched/cam_prefer_high_cap", "Path": "/proc/vendor_sched/cam_prefer_high_cap",
@ -395,7 +404,7 @@
"PowerHint": "INTERACTION", "PowerHint": "INTERACTION",
"Node": "SFUClampBoost", "Node": "SFUClampBoost",
"Duration": 5000, "Duration": 5000,
"Value": "65" "Value": "85"
}, },
{ {
"PowerHint": "DEVICE_IDLE", "PowerHint": "DEVICE_IDLE",
@ -407,7 +416,7 @@
"PowerHint": "LAUNCH_120FPS", "PowerHint": "LAUNCH_120FPS",
"Node": "SFUClampBoost", "Node": "SFUClampBoost",
"Duration": 1000, "Duration": 1000,
"Value": "125" "Value": "160"
}, },
{ {
"PowerHint": "LAUNCH", "PowerHint": "LAUNCH",
@ -418,7 +427,7 @@
"PowerHint": "LAUNCH", "PowerHint": "LAUNCH",
"Node": "SFUClampBoost", "Node": "SFUClampBoost",
"Duration": 5000, "Duration": 5000,
"Value": "65" "Value": "85"
}, },
{ {
"PowerHint": "LAUNCH", "PowerHint": "LAUNCH",
@ -1122,17 +1131,23 @@
"Duration": 3600000, "Duration": 3600000,
"Value": "2401000" "Value": "2401000"
}, },
{
"PowerHint": "LOW_POWER",
"Node": "PMU_POLL",
"Duration": 0,
"Value": "1"
},
{ {
"PowerHint": "REFRESH_120FPS", "PowerHint": "REFRESH_120FPS",
"Node": "TAUClampBoost", "Node": "TAUClampBoost",
"Duration": 0, "Duration": 0,
"Value": "157" "Value": "183"
}, },
{ {
"PowerHint": "REFRESH_90FPS", "PowerHint": "REFRESH_90FPS",
"Node": "TAUClampBoost", "Node": "TAUClampBoost",
"Duration": 0, "Duration": 0,
"Value": "107" "Value": "125"
}, },
{ {
"PowerHint": "REFRESH_90FPS", "PowerHint": "REFRESH_90FPS",
@ -1143,7 +1158,7 @@
"PowerHint": "REFRESH_60FPS", "PowerHint": "REFRESH_60FPS",
"Node": "TAUClampBoost", "Node": "TAUClampBoost",
"Duration": 0, "Duration": 0,
"Value": "42" "Value": "55"
}, },
{ {
"PowerHint": "REFRESH_60FPS", "PowerHint": "REFRESH_60FPS",
@ -1200,19 +1215,19 @@
"PowerHint": "BOOST_120HZ", "PowerHint": "BOOST_120HZ",
"Node": "TAUClampBoost", "Node": "TAUClampBoost",
"Duration": 200, "Duration": 200,
"Value": "158" "Value": "185"
}, },
{ {
"PowerHint": "BOOST_90HZ", "PowerHint": "BOOST_90HZ",
"Node": "TAUClampBoost", "Node": "TAUClampBoost",
"Duration": 200, "Duration": 200,
"Value": "108" "Value": "126"
}, },
{ {
"PowerHint": "BOOST_60HZ", "PowerHint": "BOOST_60HZ",
"Node": "TAUClampBoost", "Node": "TAUClampBoost",
"Duration": 200, "Duration": 200,
"Value": "108" "Value": "126"
}, },
{ {
"PowerHint": "REFRESH_120FPS", "PowerHint": "REFRESH_120FPS",
@ -1244,6 +1259,12 @@
"Type": "MaskHint", "Type": "MaskHint",
"Value": "BOOST_120HZ" "Value": "BOOST_120HZ"
}, },
{
"PowerHint": "DISPLAY_IDLE",
"Node": "FGPreferIdle",
"Duration": 0,
"Value": "0"
},
{ {
"PowerHint": "DISPLAY_IDLE", "PowerHint": "DISPLAY_IDLE",
"Node": "TAUClampBoost", "Node": "TAUClampBoost",

View file

@ -143,13 +143,13 @@
"Path": "/proc/vendor_sched/ta_uclamp_min", "Path": "/proc/vendor_sched/ta_uclamp_min",
"Values": [ "Values": [
"553", "553",
"158", "185",
"108", "126",
"43", "56",
"1", "1",
"157", "183",
"107", "125",
"42" "55"
], ],
"ResetOnInit": true "ResetOnInit": true
}, },
@ -157,9 +157,9 @@
"Name": "SFUClampBoost", "Name": "SFUClampBoost",
"Path": "/proc/vendor_sched/sf_uclamp_min", "Path": "/proc/vendor_sched/sf_uclamp_min",
"Values": [ "Values": [
"125", "160",
"65", "85",
"30" "39"
], ],
"ResetOnInit": true "ResetOnInit": true
}, },
@ -167,7 +167,7 @@
"Name": "MLUclampBoost", "Name": "MLUclampBoost",
"Path": "/proc/vendor_sched/nnapi_uclamp_min", "Path": "/proc/vendor_sched/nnapi_uclamp_min",
"Values": [ "Values": [
"154", "180",
"512" "512"
], ],
"DefaultIndex": 0, "DefaultIndex": 0,
@ -245,6 +245,15 @@
], ],
"ResetOnInit": true "ResetOnInit": true
}, },
{
"Name": "FGPreferIdle",
"Path": "/proc/vendor_sched/fg_prefer_idle",
"Values": [
"0",
"1"
],
"ResetOnInit": true
},
{ {
"Name": "CDPreferHighCap", "Name": "CDPreferHighCap",
"Path": "/proc/vendor_sched/cam_prefer_high_cap", "Path": "/proc/vendor_sched/cam_prefer_high_cap",
@ -386,7 +395,7 @@
"PowerHint": "INTERACTION", "PowerHint": "INTERACTION",
"Node": "SFUClampBoost", "Node": "SFUClampBoost",
"Duration": 5000, "Duration": 5000,
"Value": "65" "Value": "85"
}, },
{ {
"PowerHint": "DEVICE_IDLE", "PowerHint": "DEVICE_IDLE",
@ -398,7 +407,7 @@
"PowerHint": "LAUNCH_120FPS", "PowerHint": "LAUNCH_120FPS",
"Node": "SFUClampBoost", "Node": "SFUClampBoost",
"Duration": 1000, "Duration": 1000,
"Value": "125" "Value": "160"
}, },
{ {
"PowerHint": "LAUNCH", "PowerHint": "LAUNCH",
@ -409,7 +418,7 @@
"PowerHint": "LAUNCH", "PowerHint": "LAUNCH",
"Node": "SFUClampBoost", "Node": "SFUClampBoost",
"Duration": 5000, "Duration": 5000,
"Value": "65" "Value": "85"
}, },
{ {
"PowerHint": "LAUNCH", "PowerHint": "LAUNCH",
@ -1117,13 +1126,13 @@
"PowerHint": "REFRESH_120FPS", "PowerHint": "REFRESH_120FPS",
"Node": "TAUClampBoost", "Node": "TAUClampBoost",
"Duration": 0, "Duration": 0,
"Value": "157" "Value": "183"
}, },
{ {
"PowerHint": "REFRESH_90FPS", "PowerHint": "REFRESH_90FPS",
"Node": "TAUClampBoost", "Node": "TAUClampBoost",
"Duration": 0, "Duration": 0,
"Value": "107" "Value": "125"
}, },
{ {
"PowerHint": "REFRESH_90FPS", "PowerHint": "REFRESH_90FPS",
@ -1134,7 +1143,7 @@
"PowerHint": "REFRESH_60FPS", "PowerHint": "REFRESH_60FPS",
"Node": "TAUClampBoost", "Node": "TAUClampBoost",
"Duration": 0, "Duration": 0,
"Value": "42" "Value": "55"
}, },
{ {
"PowerHint": "REFRESH_60FPS", "PowerHint": "REFRESH_60FPS",
@ -1191,19 +1200,19 @@
"PowerHint": "BOOST_120HZ", "PowerHint": "BOOST_120HZ",
"Node": "TAUClampBoost", "Node": "TAUClampBoost",
"Duration": 200, "Duration": 200,
"Value": "158" "Value": "185"
}, },
{ {
"PowerHint": "BOOST_90HZ", "PowerHint": "BOOST_90HZ",
"Node": "TAUClampBoost", "Node": "TAUClampBoost",
"Duration": 200, "Duration": 200,
"Value": "108" "Value": "126"
}, },
{ {
"PowerHint": "BOOST_60HZ", "PowerHint": "BOOST_60HZ",
"Node": "TAUClampBoost", "Node": "TAUClampBoost",
"Duration": 200, "Duration": 200,
"Value": "108" "Value": "126"
}, },
{ {
"PowerHint": "REFRESH_120FPS", "PowerHint": "REFRESH_120FPS",
@ -1235,6 +1244,12 @@
"Type": "MaskHint", "Type": "MaskHint",
"Value": "BOOST_120HZ" "Value": "BOOST_120HZ"
}, },
{
"PowerHint": "DISPLAY_IDLE",
"Node": "FGPreferIdle",
"Duration": 0,
"Value": "0"
},
{ {
"PowerHint": "DISPLAY_IDLE", "PowerHint": "DISPLAY_IDLE",
"Node": "TAUClampBoost", "Node": "TAUClampBoost",

View file

@ -58,8 +58,6 @@
<item>0</item> <!-- 4: SUN --> <item>0</item> <!-- 4: SUN -->
</integer-array> </integer-array>
<bool name="config_roundedCornerMultipleRadius">true</bool>
<!-- Configure 13px of extra protection around the front-facing camera --> <!-- Configure 13px of extra protection around the front-facing camera -->
<string translatable="false" name="config_frontBuiltInDisplayCutoutProtection"> <string translatable="false" name="config_frontBuiltInDisplayCutoutProtection">
M 661,72 M 661,72