mirror of
https://github.com/Evolution-X-Devices/device_google_zumapro
synced 2026-02-01 07:42:11 +00:00
powerstats: correct TPU clock for ZP
Bug: 335900447 Bug: 353411106 Test: dumpsys android.hardware.power.stats.IPowerStats/default Flag: EXEMPT bugfix Change-Id: I585dd4256dd68f3af35222095a10d833c328f372 Signed-off-by: Darren Hsu <darrenhsu@google.com>
This commit is contained in:
@@ -196,7 +196,7 @@ void addDvfsStats(std::shared_ptr<PowerStats> p) {
|
||||
path, NS_TO_MS, cfgs));
|
||||
|
||||
// TPU DVFS
|
||||
const int TICK_TO_MS = 100;
|
||||
const int TICK_TO_MS = 1000;
|
||||
std::vector<std::string> freqs = {
|
||||
"1119000",
|
||||
"1066000",
|
||||
|
||||
Reference in New Issue
Block a user