summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/tegra12_dvfs.c
diff options
context:
space:
mode:
authorAlex Frid <afrid@nvidia.com>2013-12-26 19:15:43 -0800
committerYu-Huan Hsu <yhsu@nvidia.com>2014-01-07 17:49:26 -0800
commit42c9b748bcdc6996e95b74e94f178f17cc5cc52a (patch)
tree0d58960933d2268f95d5eb749b020bf3fc91da8a /arch/arm/mach-tegra/tegra12_dvfs.c
parentbda58cd3c491fa135f58d87f06e91136fe861629 (diff)
ARM: tegra12: dvfs: Update high GPU DVFS rates
Bug 1342499 Change-Id: I3197bcdd58a80ff317c0e3d4d720807d2887e4ba Signed-off-by: Alex Frid <afrid@nvidia.com> Reviewed-on: http://git-master/r/349993 GVS: Gerrit_Virtual_Submit Reviewed-by: Yu-Huan Hsu <yhsu@nvidia.com>
Diffstat (limited to 'arch/arm/mach-tegra/tegra12_dvfs.c')
-rw-r--r--arch/arm/mach-tegra/tegra12_dvfs.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/arm/mach-tegra/tegra12_dvfs.c b/arch/arm/mach-tegra/tegra12_dvfs.c
index adbfeecb8f90..7c69350ed9a9 100644
--- a/arch/arm/mach-tegra/tegra12_dvfs.c
+++ b/arch/arm/mach-tegra/tegra12_dvfs.c
@@ -429,7 +429,7 @@ static int resolve_core_override(int min_override_mv)
/* GPU DVFS tables */
static unsigned long gpu_max_freq[] = {
/* speedo_id 0 1 2 */
- 648000, 852000, 960000,
+ 648000, 852000, 1008000,
};
static struct gpu_cvb_dvfs gpu_cvb_dvfs_table[] = {
{
@@ -460,6 +460,8 @@ static struct gpu_cvb_dvfs gpu_cvb_dvfs_table[] = {
{ 900000, { }, { 1706383, -25155, -209, 0, 305, 0}, },
{ 924000, { }, { 1739600, -26289, -194, 0, 763, 0}, },
{ 960000, { }, { 1889996, -35353, 14, -179, 4120, 24}, },
+ { 984000, { }, { 1890996, -35353, 14, -179, 4120, 24}, },
+ { 1008000, { }, { 2015834, -44439, 271, -596, 4730, 1222}, },
{ 0, { }, { }, },
},
.cvb_vmin = { 0, { }, { 1180000, -18900, 0, 0, -6110, 0}, },