powerstats: add display state residencies for FHD resolution am: 8409c7609d

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

Change-Id: Iee868f16cb0ae78fc9f002cdd5ab2b1b1efe0f47
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Darren Hsu 2023-03-27 04:05:34 +00:00 committed by Automerger Merge Worker
commit 1db4e96859

View file

@ -35,10 +35,18 @@ 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@30",
"On: 1008x2244@10",
"On: 1008x2244@60",
"On: 1008x2244@120",
"HBM: 1008x2244@10",
"HBM: 1008x2244@60",
"HBM: 1008x2244@120",
"LP: 1344x2992@30", "LP: 1344x2992@30",
"On: 1344x2992@10", "On: 1344x2992@10",
"On: 1344x2992@60", "On: 1344x2992@60",
"On: 1344x2992@120", "On: 1344x2992@120",
"HBM: 1344x2992@10",
"HBM: 1344x2992@60", "HBM: 1344x2992@60",
"HBM: 1344x2992@120"}; "HBM: 1344x2992@120"};