powerstats: update MRR refresh rate residency node path
Refresh rate residency is not directly related to backlight state. Relocate to a more appropriate location. Bug: 315424658 Test: vts-tradefed run vts -m VtsHalPowerStatsTargetTest Change-Id: Ib8d38e04aa6e76766bb05f11b50670094ae55347
This commit is contained in:
parent
6b2d6b247f
commit
8951bbdbfc
1 changed files with 1 additions and 1 deletions
|
@ -652,7 +652,7 @@ void addPixelStateResidencyDataProvider(std::shared_ptr<PowerStats> p) {
|
|||
|
||||
void addDisplayMRR(std::shared_ptr<PowerStats> p) {
|
||||
p->addStateResidencyDataProvider(std::make_unique<DisplayMrrStateResidencyDataProvider>(
|
||||
"Display", "/sys/class/backlight/panel0-backlight/"));
|
||||
"Display", "/sys/class/drm/card0/device/primary-panel/"));
|
||||
}
|
||||
|
||||
void addZumaCommonDataProviders(std::shared_ptr<PowerStats> p) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue