summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--arch/arm/mach-tegra/tegra11_dvfs.c8
-rw-r--r--arch/arm/mach-tegra/tegra11_edp.c4
2 files changed, 6 insertions, 6 deletions
diff --git a/arch/arm/mach-tegra/tegra11_dvfs.c b/arch/arm/mach-tegra/tegra11_dvfs.c
index 6e60bda92fc7..8b8e5dc21882 100644
--- a/arch/arm/mach-tegra/tegra11_dvfs.c
+++ b/arch/arm/mach-tegra/tegra11_dvfs.c
@@ -290,9 +290,9 @@ static struct dvfs core_dvfs_table[] = {
CORE_DVFS("3d", -1, 0, 1, KHZ, 192000, 228000, 300000, 396000, 492000, 516000, 552000, 552000, 600000, 600000),
CORE_DVFS("epp", -1, 0, 1, KHZ, 192000, 228000, 300000, 396000, 492000, 516000, 552000, 552000, 600000, 600000),
- CORE_DVFS("2d", -1, 1, 1, KHZ, 240000, 324000, 420000, 492000, 528000, 564000, 600000, 636000, 672000, 840000),
- CORE_DVFS("3d", -1, 1, 1, KHZ, 240000, 324000, 420000, 492000, 528000, 564000, 600000, 636000, 672000, 840000),
- CORE_DVFS("epp", -1, 1, 1, KHZ, 240000, 324000, 420000, 492000, 528000, 564000, 600000, 636000, 672000, 840000),
+ CORE_DVFS("2d", -1, 1, 1, KHZ, 240000, 324000, 420000, 492000, 528000, 564000, 600000, 636000, 672000, 828000),
+ CORE_DVFS("3d", -1, 1, 1, KHZ, 240000, 324000, 420000, 492000, 528000, 564000, 600000, 636000, 672000, 828000),
+ CORE_DVFS("epp", -1, 1, 1, KHZ, 240000, 324000, 420000, 492000, 528000, 564000, 600000, 636000, 672000, 828000),
CORE_DVFS("msenc", 0, 0, 1, KHZ, 144000, 182000, 240000, 312000, 384000, 408000, 408000, 408000, 408000, 408000),
CORE_DVFS("se", 0, 0, 1, KHZ, 144000, 182000, 240000, 312000, 384000, 408000, 408000, 408000, 408000, 408000),
@@ -315,7 +315,7 @@ static struct dvfs core_dvfs_table[] = {
#ifdef CONFIG_TEGRA_DUAL_CBUS
CORE_DVFS("c2bus", -1, 0, 1, KHZ, 192000, 228000, 300000, 396000, 492000, 516000, 552000, 552000, 600000, 600000),
- CORE_DVFS("c2bus", -1, 1, 1, KHZ, 240000, 324000, 420000, 492000, 528000, 564000, 600000, 636000, 672000, 840000),
+ CORE_DVFS("c2bus", -1, 1, 1, KHZ, 240000, 324000, 420000, 492000, 528000, 564000, 600000, 636000, 672000, 828000),
CORE_DVFS("c3bus", 0, 0, 1, KHZ, 144000, 182000, 240000, 312000, 384000, 408000, 408000, 408000, 408000, 408000),
CORE_DVFS("c3bus", 0, 1, 1, KHZ, 228000, 288000, 360000, 408000, 408000, 408000, 408000, 408000, 408000, 408000),
CORE_DVFS("c3bus", 1, 1, 1, KHZ, 228000, 288000, 360000, 420000, 468000, 480000, 480000, 480000, 480000, 480000),
diff --git a/arch/arm/mach-tegra/tegra11_edp.c b/arch/arm/mach-tegra/tegra11_edp.c
index 12be0426e234..3f314f028f67 100644
--- a/arch/arm/mach-tegra/tegra11_edp.c
+++ b/arch/arm/mach-tegra/tegra11_edp.c
@@ -274,9 +274,9 @@ static struct core_edp_entry core_edp_table[] = {
},
/* favor gpu */
{ /* core modules power state 0 (all ON) */
- {{ 924, 840 },
- { 924, 828 },
+ {{ 924, 828 },
{ 924, 816 },
+ { 924, 804 },
{ 924, 648 },
}
},