Snap for 9000567 from 4c5bbfc702
to tm-qpr1-release
Change-Id: Ic2c6ab59c10aa30f8dd40a905118c20cc0c302ca
This commit is contained in:
commit
4d6d5554cd
2 changed files with 1 additions and 4 deletions
|
@ -414,6 +414,3 @@ BOARD_KERNEL_CMDLINE += log_buf_len=1024K
|
||||||
|
|
||||||
# Protected VM firmware
|
# Protected VM firmware
|
||||||
BOARD_PVMFWIMAGE_PARTITION_SIZE := 0x00100000
|
BOARD_PVMFWIMAGE_PARTITION_SIZE := 0x00100000
|
||||||
|
|
||||||
# pick up library for cleaning digital car keys on factory reset
|
|
||||||
-include vendor/google_devices/gs-common/proprietary/BoardConfigVendor.mk
|
|
||||||
|
|
|
@ -381,7 +381,7 @@ void addGPU(std::shared_ptr<PowerStats> p) {
|
||||||
{"848000", 4044}};
|
{"848000", 4044}};
|
||||||
|
|
||||||
p->addEnergyConsumer(PowerStatsEnergyConsumer::createMeterAndAttrConsumer(p,
|
p->addEnergyConsumer(PowerStatsEnergyConsumer::createMeterAndAttrConsumer(p,
|
||||||
EnergyConsumerType::OTHER, "GPU", {"S8S_VDD_G3D_L2"},
|
EnergyConsumerType::OTHER, "GPU", {"S8S_VDD_G3D_L2", "S2S_VDD_G3D"},
|
||||||
{{UID_TIME_IN_STATE, "/sys/devices/platform/28000000.mali/uid_time_in_state"}},
|
{{UID_TIME_IN_STATE, "/sys/devices/platform/28000000.mali/uid_time_in_state"}},
|
||||||
stateCoeffs));
|
stateCoeffs));
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue