diff options
author | paulsu <paulsu@google.com> | 2023-06-14 05:23:07 +0000 |
---|---|---|
committer | paulsu <paulsu@google.com> | 2023-06-14 05:23:07 +0000 |
commit | 4a23f98723969841e452583310b31f741b854c81 (patch) | |
tree | cd3e582a2d22dbf8fe83d2420cf7bfdb8d529980 | |
parent | 9476623265ec21103e3f9bdc11811054164ed29a (diff) |
Remove UgBgGroupThrottle node to keep ug_bg_group_throttle 308 by default
Bug: 280258727
Test: Found regression in b/286002292, local test.
Change-Id: If6806124d79153824b6184bc10a5c10cea15823c
Signed-off-by: paulsu <paulsu@google.com>
-rw-r--r-- | powerhint-cheetah.json | 10 | ||||
-rw-r--r-- | powerhint-panther.json | 10 |
2 files changed, 0 insertions, 20 deletions
diff --git a/powerhint-cheetah.json b/powerhint-cheetah.json index 7a798de..090e924 100644 --- a/powerhint-cheetah.json +++ b/powerhint-cheetah.json @@ -646,16 +646,6 @@ ], "DefaultIndex": 0, "ResetOnInit": true - }, - { - "Name": "UgBgGroupThrottle", - "Path": "/proc/vendor_sched/ug_bg_group_throttle", - "Values": [ - "512", - "308" - ], - "DefaultIndex": 0, - "ResetOnInit": true } ], "Actions": [ diff --git a/powerhint-panther.json b/powerhint-panther.json index ff2eb27..d32ef83 100644 --- a/powerhint-panther.json +++ b/powerhint-panther.json @@ -626,16 +626,6 @@ ], "DefaultIndex": 0, "ResetOnInit": true - }, - { - "Name": "UgBgGroupThrottle", - "Path": "/proc/vendor_sched/ug_bg_group_throttle", - "Values": [ - "512", - "308" - ], - "DefaultIndex": 0, - "ResetOnInit": true } ], "Actions": [ |