Merge "[display-stats] add display stats paths for zuma devices." into udc-d1-dev am: 8803a98523 am: 4ac7ffbfe0

Original change: https://googleplex-android-review.googlesource.com/c/device/google/zuma/+/22588155

Change-Id: I3530e1872951ed44a874b2f97555b493e79de4ee
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
TreeHugger Robot 2023-05-05 06:46:52 +00:00 committed by Automerger Merge Worker
commit 28a6a3ead2

View file

@ -75,7 +75,13 @@ const struct SysfsCollector::SysfsPaths sysfs_paths = {
"/sys/kernel/metrics/thermal/tr_by_group/spmic/stats", "/sys/kernel/metrics/thermal/tr_by_group/spmic/stats",
}, },
.ModemPcieLinkStatsPath = "/sys/devices/platform/12100000.pcie/link_stats", .ModemPcieLinkStatsPath = "/sys/devices/platform/12100000.pcie/link_stats",
.WifiPcieLinkStatsPath = "/sys/devices/platform/13120000.pcie/link_stats" .WifiPcieLinkStatsPath = "/sys/devices/platform/13120000.pcie/link_stats",
.DisplayStatsPaths = {
"/sys/devices/platform/exynos-drm/primary-panel/error_count_te",
"/sys/devices/platform/exynos-drm/primary-panel/error_count_unknown",
"/sys/devices/platform/exynos-drm/secondary-panel/error_count_te",
"/sys/devices/platform/exynos-drm/secondary-panel/error_count_unknown",
}
}; };
const struct UeventListener::UeventPaths ueventPaths = { const struct UeventListener::UeventPaths ueventPaths = {