From 77913a96ed6670ee44df46fab8d0a3fcb3791090 Mon Sep 17 00:00:00 2001 From: Jia-yi Chen Date: Tue, 26 Apr 2022 10:04:30 -0700 Subject: [PATCH] Update MIFTargetLoad default values Bug: 223689835 Test: Boot and check values Change-Id: Ia8f258432f289fa1cc74756cd7fc1b46bbd24806 --- powerhint-cheetah-a0.json | 4 ++-- powerhint-cheetah.json | 4 ++-- powerhint-cloudripper.json | 4 ++-- powerhint-panther-a0.json | 4 ++-- powerhint-panther.json | 4 ++-- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/powerhint-cheetah-a0.json b/powerhint-cheetah-a0.json index 9b809df..09d4fcd 100644 --- a/powerhint-cheetah-a0.json +++ b/powerhint-cheetah-a0.json @@ -125,9 +125,9 @@ "Name": "MIFTargetLoad", "Path": "/sys/class/devfreq/17000010.devfreq_mif/interactive/target_load", "Values": [ - "20 5 80", "20 10 80", - "80 10 80" + "80 10 80", + "60 10 40" ], "ResetOnInit": true }, diff --git a/powerhint-cheetah.json b/powerhint-cheetah.json index 498083c..1d0cb50 100644 --- a/powerhint-cheetah.json +++ b/powerhint-cheetah.json @@ -125,9 +125,9 @@ "Name": "MIFTargetLoad", "Path": "/sys/class/devfreq/17000010.devfreq_mif/interactive/target_load", "Values": [ - "20 5 80", "20 10 80", - "80 10 80" + "80 10 80", + "60 10 40" ], "ResetOnInit": true }, diff --git a/powerhint-cloudripper.json b/powerhint-cloudripper.json index 9235e7f..cf0157e 100644 --- a/powerhint-cloudripper.json +++ b/powerhint-cloudripper.json @@ -112,8 +112,8 @@ "Name": "MIFTargetLoad", "Path": "/sys/class/devfreq/17000010.devfreq_mif/interactive/target_load", "Values": [ - "20 5 80", - "20 10 80" + "20 10 80", + "60 10 40" ], "ResetOnInit": true }, diff --git a/powerhint-panther-a0.json b/powerhint-panther-a0.json index 1f5af49..1c7a853 100644 --- a/powerhint-panther-a0.json +++ b/powerhint-panther-a0.json @@ -125,9 +125,9 @@ "Name": "MIFTargetLoad", "Path": "/sys/class/devfreq/17000010.devfreq_mif/interactive/target_load", "Values": [ - "20 5 80", "20 10 80", - "80 10 80" + "80 10 80", + "60 10 40" ], "ResetOnInit": true }, diff --git a/powerhint-panther.json b/powerhint-panther.json index 3943d20..98da014 100644 --- a/powerhint-panther.json +++ b/powerhint-panther.json @@ -125,9 +125,9 @@ "Name": "MIFTargetLoad", "Path": "/sys/class/devfreq/17000010.devfreq_mif/interactive/target_load", "Values": [ - "20 5 80", "20 10 80", - "80 10 80" + "80 10 80", + "60 10 40" ], "ResetOnInit": true },