Merge "powerstats: update display state residency for 1Hz" into udc-d1-dev am: 8f7504cbe7

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

Change-Id: I83afddfa8e336d95dc09fabdfc7cf1bb10467df7
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Treehugger Robot 2023-04-11 10:07:28 +00:00 committed by Automerger Merge Worker
commit b0adebfc94

View file

@ -35,18 +35,28 @@ void addDisplay(std::shared_ptr<PowerStats> p) {
// Add display residency stats // Add display residency stats
std::vector<std::string> states = { std::vector<std::string> states = {
"Off", "Off",
"LP: 1008x2244@1",
"LP: 1008x2244@30", "LP: 1008x2244@30",
"On: 1008x2244@1",
"On: 1008x2244@10", "On: 1008x2244@10",
"On: 1008x2244@30",
"On: 1008x2244@60", "On: 1008x2244@60",
"On: 1008x2244@120", "On: 1008x2244@120",
"HBM: 1008x2244@1",
"HBM: 1008x2244@10", "HBM: 1008x2244@10",
"HBM: 1008x2244@30",
"HBM: 1008x2244@60", "HBM: 1008x2244@60",
"HBM: 1008x2244@120", "HBM: 1008x2244@120",
"LP: 1344x2992@1",
"LP: 1344x2992@30", "LP: 1344x2992@30",
"On: 1344x2992@1",
"On: 1344x2992@10", "On: 1344x2992@10",
"On: 1344x2992@30",
"On: 1344x2992@60", "On: 1344x2992@60",
"On: 1344x2992@120", "On: 1344x2992@120",
"HBM: 1344x2992@1",
"HBM: 1344x2992@10", "HBM: 1344x2992@10",
"HBM: 1344x2992@30",
"HBM: 1344x2992@60", "HBM: 1344x2992@60",
"HBM: 1344x2992@120"}; "HBM: 1344x2992@120"};