diff --git a/perf/powerhint-husky.json b/perf/powerhint-husky.json index 7517864..4162224 100644 --- a/perf/powerhint-husky.json +++ b/perf/powerhint-husky.json @@ -194,6 +194,16 @@ ], "ResetOnInit": true }, + { + "Name": "BigClusterPowerDownTargetResidency", + "Path": "/sys/devices/platform/cpupm/cpupm/cpd_cl2_target_residency", + "Values": [ + "750000", + "10000" + ], + "DefaultIndex": 0, + "ResetOnInit": true + }, { "Name": "CPUUtilThreshold", "Path": "/proc/vendor_sched/util_threshold", @@ -840,6 +850,12 @@ "Duration": 33, "Value": "820000" }, + { + "PowerHint": "DISPLAY_INACTIVE", + "Node": "BigClusterPowerDownTargetResidency", + "Duration": 0, + "Value": "10000" + }, { "PowerHint": "CAMERA_LAUNCH", "Node": "MemFreq", diff --git a/perf/powerhint-ripcurrent.json b/perf/powerhint-ripcurrent.json index 2b5d43b..af039b5 100644 --- a/perf/powerhint-ripcurrent.json +++ b/perf/powerhint-ripcurrent.json @@ -184,6 +184,16 @@ ], "ResetOnInit": true }, + { + "Name": "BigClusterPowerDownTargetResidency", + "Path": "/sys/devices/platform/cpupm/cpupm/cpd_cl2_target_residency", + "Values": [ + "750000", + "10000" + ], + "DefaultIndex": 0, + "ResetOnInit": true + }, { "Name": "CPUUtilThreshold", "Path": "/proc/vendor_sched/util_threshold", @@ -830,6 +840,12 @@ "Duration": 33, "Value": "9999999" }, + { + "PowerHint": "DISPLAY_INACTIVE", + "Node": "BigClusterPowerDownTargetResidency", + "Duration": 0, + "Value": "10000" + }, { "PowerHint": "CAMERA_LAUNCH", "Node": "MemFreq", diff --git a/perf/powerhint-shiba.json b/perf/powerhint-shiba.json index 05ee923..dcf641c 100644 --- a/perf/powerhint-shiba.json +++ b/perf/powerhint-shiba.json @@ -184,6 +184,16 @@ ], "ResetOnInit": true }, + { + "Name": "BigClusterPowerDownTargetResidency", + "Path": "/sys/devices/platform/cpupm/cpupm/cpd_cl2_target_residency", + "Values": [ + "750000", + "10000" + ], + "DefaultIndex": 0, + "ResetOnInit": true + }, { "Name": "CPUUtilThreshold", "Path": "/proc/vendor_sched/util_threshold", @@ -830,6 +840,12 @@ "Duration": 33, "Value": "9999999" }, + { + "PowerHint": "DISPLAY_INACTIVE", + "Node": "BigClusterPowerDownTargetResidency", + "Duration": 0, + "Value": "10000" + }, { "PowerHint": "CAMERA_LAUNCH", "Node": "MemFreq",