therma: disable LIGHT tier throttling when gaming
We already have the CPU scheduler optimization for game mode to sustain the power and perf, so remove the CPU thermal policy at lower temperature to avoid the interfence on CPU scheduler. Bug: 329697728 Test: run genshin Change-Id: Ib0d47b3de7b3550a3af4db37ef062f8c5d2ea262
This commit is contained in:
parent
ed9aeb3356
commit
cbfd667718
6 changed files with 126 additions and 0 deletions
|
@ -770,6 +770,17 @@
|
|||
"DefaultIndex": 0,
|
||||
"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",
|
||||
"Path": "vendor.thermal.VIRTUAL-SKIN-CPU-MID.profile",
|
||||
|
@ -2601,6 +2612,12 @@
|
|||
"Duration": 0,
|
||||
"Value": "419000"
|
||||
},
|
||||
{
|
||||
"PowerHint": "GAME",
|
||||
"Node": "VIRTUAL-SKIN-CPU-LIGHT-ODPM",
|
||||
"Duration": 0,
|
||||
"Value": "game"
|
||||
},
|
||||
{
|
||||
"PowerHint": "GAME",
|
||||
"Node": "VIRTUAL-SKIN-CPU-MID",
|
||||
|
|
|
@ -770,6 +770,17 @@
|
|||
"DefaultIndex": 0,
|
||||
"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",
|
||||
"Path": "vendor.thermal.VIRTUAL-SKIN-CPU-MID.profile",
|
||||
|
@ -2601,6 +2612,12 @@
|
|||
"Duration": 0,
|
||||
"Value": "419000"
|
||||
},
|
||||
{
|
||||
"PowerHint": "GAME",
|
||||
"Node": "VIRTUAL-SKIN-CPU-LIGHT-ODPM",
|
||||
"Duration": 0,
|
||||
"Value": "game"
|
||||
},
|
||||
{
|
||||
"PowerHint": "GAME",
|
||||
"Node": "VIRTUAL-SKIN-CPU-MID",
|
||||
|
|
|
@ -770,6 +770,17 @@
|
|||
"DefaultIndex": 0,
|
||||
"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",
|
||||
"Path": "vendor.thermal.VIRTUAL-SKIN-CPU-MID.profile",
|
||||
|
@ -2601,6 +2612,12 @@
|
|||
"Duration": 0,
|
||||
"Value": "419000"
|
||||
},
|
||||
{
|
||||
"PowerHint": "GAME",
|
||||
"Node": "VIRTUAL-SKIN-CPU-LIGHT-ODPM",
|
||||
"Duration": 0,
|
||||
"Value": "game"
|
||||
},
|
||||
{
|
||||
"PowerHint": "GAME",
|
||||
"Node": "VIRTUAL-SKIN-CPU-MID",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue