Merge "thermal: align the gxp throttling policy with P22" into tm-qpr-dev am: 56ec7876cf am: 3feb4b8da0

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

Change-Id: Ie60eb5b7d0961590fa2a407b8982730db2528d18
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
TreeHugger Robot 2023-02-01 09:49:57 +00:00 committed by Automerger Merge Worker
commit e96f66ed07
2 changed files with 18 additions and 0 deletions

View file

@ -259,6 +259,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]
} }
] ]
}, },
@ -891,6 +895,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

@ -259,6 +259,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]
} }
] ]
}, },
@ -891,6 +895,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":[