Merge "powerstats: update MRR refresh rate residency node path" into main
This commit is contained in:
commit
069c943217
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