powerstats: update GPU DVFS to fix GPU EnergyConsumer issue am: 8112355636
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs201/+/20172804 Change-Id: I6be711af0cb8534fb5d43061a9f9ffe308eab92b Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
b724b196b0
1 changed files with 0 additions and 5 deletions
|
@ -318,7 +318,6 @@ void addGPU(std::shared_ptr<PowerStats> p) {
|
|||
|
||||
// TODO (b/197721618): Measuring the GPU power numbers
|
||||
stateCoeffs = {
|
||||
{"151000", 642},
|
||||
{"202000", 890},
|
||||
{"251000", 1102},
|
||||
{"302000", 1308},
|
||||
|
@ -614,10 +613,6 @@ void addCommonDataProviders(std::shared_ptr<PowerStats> p) {
|
|||
addPowerDomains(p);
|
||||
addDevfreq(p);
|
||||
addTPU(p);
|
||||
|
||||
// TODO (b/181070764) (b/182941084):
|
||||
// Remove this when Wifi/BT energy consumption models are available or revert before ship
|
||||
addPlaceholderEnergyConsumers(p);
|
||||
}
|
||||
|
||||
void addGs201CommonDataProviders(std::shared_ptr<PowerStats> p) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue