Merge "therma: disable LIGHT tier throttling when gaming" into 24D1-dev am: 476fb55d6f

Original change: https://googleplex-android-review.googlesource.com/c/device/google/comet/+/26704594

Change-Id: I7e5c2c6e486b16246f43fb297f6208adba427d78
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Treehugger Robot 2024-03-26 19:01:42 +00:00 committed by Automerger Merge Worker
commit 33579fac97
2 changed files with 42 additions and 0 deletions

View file

@ -753,6 +753,17 @@
"DefaultIndex": 0, "DefaultIndex": 0,
"ResetOnInit": true "ResetOnInit": true
}, },
{
"Name": "VIRTUAL-SKIN-CPU-LIGHT-ODPM",
"Path": "vendor.thermal.VIRTUAL-SKIN-CPU-LIGHT-ODPM.profile",
"Values": [
"",
"game"
],
"DefaultIndex": 0,
"ResetOnInit": true,
"Type": "Property"
},
{ {
"Name": "VIRTUAL-SKIN-CPU-MID", "Name": "VIRTUAL-SKIN-CPU-MID",
"Path": "vendor.thermal.VIRTUAL-SKIN-CPU-MID.profile", "Path": "vendor.thermal.VIRTUAL-SKIN-CPU-MID.profile",
@ -2453,6 +2464,12 @@
"Duration": 0, "Duration": 0,
"Value": "419000" "Value": "419000"
}, },
{
"PowerHint": "GAME",
"Node": "VIRTUAL-SKIN-CPU-LIGHT-ODPM",
"Duration": 0,
"Value": "game"
},
{ {
"PowerHint": "GAME", "PowerHint": "GAME",
"Node": "VIRTUAL-SKIN-CPU-MID", "Node": "VIRTUAL-SKIN-CPU-MID",

View file

@ -225,6 +225,31 @@
"BindedPowerRail": "S3M_VDD_CPUCL2", "BindedPowerRail": "S3M_VDD_CPUCL2",
"CdevCeiling": [0, 12, 12, 12, 12, 12, 12] "CdevCeiling": [0, 12, 12, 12, 12, 12, 12]
} }
],
"Profile": [
{
"Mode": "game",
"BindedCdevInfo": [
{
"CdevRequest": "thermal-cpufreq-0",
"BindedPowerRail": "S4M_VDD_CPUCL0",
"MaxReleaseStep": 1,
"Disabled":true
},
{
"CdevRequest": "thermal-cpufreq-1",
"BindedPowerRail": "S2M_VDD_CPUCL1",
"MaxReleaseStep": 1,
"Disabled":true
},
{
"CdevRequest": "thermal-cpufreq-2",
"BindedPowerRail": "S3M_VDD_CPUCL2",
"MaxReleaseStep": 1,
"Disabled":true
}
]
}
] ]
}, },
{ {