summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJinyoung Park <jinyoungp@nvidia.com>2013-12-02 12:59:20 +0900
committerHarry Hong <hhong@nvidia.com>2013-12-04 02:36:09 -0800
commit3e866e7cc79ef776847ecc9b129101e1f2b5a7cb (patch)
treebe0eddbaf1ff0824404c07cbf6bb94a59a5a21f7
parent3f032d63a6b1912da7d82dc4f12fa2fa343d62f8 (diff)
ARM: tegra: Change boost_up_threshold for MCCPU
Changed MCCPU boost_up_threshold from 27 to 20 for better EMC freq boosting latency. Bug 1364608 Change-Id: I949a98318da9b35cfea4ddfd69df4f4d19b0b4b9 Signed-off-by: Jinyoung Park <jinyoungp@nvidia.com> Reviewed-on: http://git-master/r/337094 Reviewed-by: Harry Hong <hhong@nvidia.com> Tested-by: Harry Hong <hhong@nvidia.com>
-rw-r--r--arch/arm/mach-tegra/tegra3_actmon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-tegra/tegra3_actmon.c b/arch/arm/mach-tegra/tegra3_actmon.c
index f11f94b0cb86..80eec8bfd546 100644
--- a/arch/arm/mach-tegra/tegra3_actmon.c
+++ b/arch/arm/mach-tegra/tegra3_actmon.c
@@ -594,7 +594,7 @@ static struct actmon_dev actmon_dev_cpu_emc = {
.boost_freq_step = 16000,
.boost_up_coef = 800,
.boost_down_coef = 90,
- .boost_up_threshold = 27,
+ .boost_up_threshold = 20,
.boost_down_threshold = 10,
.avg_dependency_threshold = CPU_AVG_ACT_THRESHOLD,