powerstats: update display resolution and refresh rate
Bug: 309876304 Test: dumpsys android.hardware.power.stats.IPowerStats/default Change-Id: I3dcb6674da5fdf082dbf33697a2186ba7c835c61 Signed-off-by: Darren Hsu <darrenhsu@google.com>
This commit is contained in:
@@ -35,11 +35,11 @@ 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: 1440x3120@30",
|
"LP: 1080x2424@30",
|
||||||
"On: 1440x3120@60",
|
"On: 1080x2424@60",
|
||||||
"On: 1440x3120@90",
|
"On: 1080x2424@120",
|
||||||
"HBM: 1440x3120@60",
|
"HBM: 1080x2424@60",
|
||||||
"HBM: 1440x3120@90"};
|
"HBM: 1080x2424@120"};
|
||||||
|
|
||||||
p->addStateResidencyDataProvider(std::make_unique<DisplayStateResidencyDataProvider>(
|
p->addStateResidencyDataProvider(std::make_unique<DisplayStateResidencyDataProvider>(
|
||||||
"Display",
|
"Display",
|
||||||
|
|||||||
Reference in New Issue
Block a user