powerstats: add display state residencies for FHD resolution
Bug: 274911859 Test: dumpsys android.hardware.power.stats.IPowerStats/default Change-Id: If85e0a88fe2dccb9c64a14a53564700c9ced509c Signed-off-by: Darren Hsu <darrenhsu@google.com>
This commit is contained in:
parent
f8b03c17f0
commit
8409c7609d
1 changed files with 8 additions and 0 deletions
|
@ -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"};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue