add display stats paths for zumapro devices.

Bug: 339598226
Test: build and check stats
Change-Id: I3835dbe8ff4328b861e6ad6baf2942ae5891e080
This commit is contained in:
Weizhung Ding 2024-05-09 19:06:17 +00:00
parent 1d192f839c
commit 9df4113899

View file

@ -124,6 +124,12 @@ const struct SysfsCollector::SysfsPaths sysfs_paths = {
"/sys/devices/platform/hdcp/hdcp1_success_count",
"/sys/devices/platform/hdcp/hdcp1_fail_count",
"/sys/devices/platform/hdcp/hdcp0_count",
},
.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",
}
};