Merge "thermal: align the gxp throttling policy with P22" into tm-qpr-dev

This commit is contained in:
TreeHugger Robot 2023-02-01 08:29:20 +00:00 committed by Android (Google) Code Review
commit 56ec7876cf
2 changed files with 18 additions and 0 deletions

View file

@ -265,6 +265,10 @@
{ {
"CdevRequest": "tpu_cooling", "CdevRequest": "tpu_cooling",
"LimitInfo": [0, 2, 3, 4, 5, 5, 5] "LimitInfo": [0, 2, 3, 4, 5, 5, 5]
},
{
"CdevRequest": "gxp-cooling",
"LimitInfo": [0, 0, 0, 0, 0, 99, 99]
} }
] ]
}, },
@ -897,6 +901,11 @@
"Name":"tpu_cooling", "Name":"tpu_cooling",
"Type":"NPU", "Type":"NPU",
"WritePath":"/dev/thermal/cdev-by-name/tpu_cooling/user_vote" "WritePath":"/dev/thermal/cdev-by-name/tpu_cooling/user_vote"
},
{
"Name":"gxp-cooling",
"Type":"NPU",
"WritePath":"/dev/thermal/cdev-by-name/gxp-cooling/user_vote"
} }
], ],
"PowerRails":[ "PowerRails":[

View file

@ -265,6 +265,10 @@
{ {
"CdevRequest": "tpu_cooling", "CdevRequest": "tpu_cooling",
"LimitInfo": [0, 2, 3, 4, 5, 5, 5] "LimitInfo": [0, 2, 3, 4, 5, 5, 5]
},
{
"CdevRequest": "gxp-cooling",
"LimitInfo": [0, 0, 0, 0, 0, 99, 99]
} }
] ]
}, },
@ -897,6 +901,11 @@
"Name":"tpu_cooling", "Name":"tpu_cooling",
"Type":"NPU", "Type":"NPU",
"WritePath":"/dev/thermal/cdev-by-name/tpu_cooling/user_vote" "WritePath":"/dev/thermal/cdev-by-name/tpu_cooling/user_vote"
},
{
"Name":"gxp-cooling",
"Type":"NPU",
"WritePath":"/dev/thermal/cdev-by-name/gxp-cooling/user_vote"
} }
], ],
"PowerRails":[ "PowerRails":[