]> rtime.felk.cvut.cz Git - sojka/nv-tegra/linux-3.10.git/commitdiff
arm: tegra13: soctherm: Enable GPU hot throttling
authorDiwakar Tundlam <dtundlam@nvidia.com>
Fri, 28 Mar 2014 23:53:30 +0000 (16:53 -0700)
committerDiwakar Tundlam <dtundlam@nvidia.com>
Tue, 1 Apr 2014 02:50:42 +0000 (19:50 -0700)
Enable HW thermal throttling of GPU on norrin. It is already enabled
for other T132 platforms via the common ardbeg power.c file. This
change brings norrin on par.

Bug 1405054

Change-Id: Id1d5c477e1d7170715e1e41943d3065fe9151d27
Signed-off-by: Diwakar Tundlam <dtundlam@nvidia.com>
Reviewed-on: http://git-master/r/389910
Reviewed-by: Automatic_Commit_Validation_User
arch/arm/mach-tegra/board-norrin-power.c

index bcdb077cdf29ae89dcd39bd95c37ab39b0881004..ba30528cfeb28b343605735be74e82cda3f45771 100644 (file)
@@ -301,7 +301,7 @@ static struct soctherm_platform_data norrin_soctherm_data = {
                                        .depth = 80,
                                },
                                [THROTTLE_DEV_GPU] = {
-                                       .enable = false,
+                                       .enable = true,
                                        .throttling_depth = "heavy_throttling",
                                },
                        },