diff --git a/powerstats/husky/service.cpp b/powerstats/husky/service.cpp index cfe7934..894dd31 100644 --- a/powerstats/husky/service.cpp +++ b/powerstats/husky/service.cpp @@ -35,10 +35,18 @@ void addDisplay(std::shared_ptr p) { // Add display residency stats std::vector states = { "Off", + "LP: 1008x2244@30", + "On: 1008x2244@10", + "On: 1008x2244@60", + "On: 1008x2244@120", + "HBM: 1008x2244@10", + "HBM: 1008x2244@60", + "HBM: 1008x2244@120", "LP: 1344x2992@30", "On: 1344x2992@10", "On: 1344x2992@60", "On: 1344x2992@120", + "HBM: 1344x2992@10", "HBM: 1344x2992@60", "HBM: 1344x2992@120"};