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:
Midas Chien 2024-01-12 07:11:25 +00:00
parent 6b2d6b247f
commit 8951bbdbfc

View file

@ -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) {