]> rtime.felk.cvut.cz Git - sojka/nv-tegra/linux-3.10.git/commitdiff
video: tegra: host: podgov: Fix VIC parameters
authorArto Merilainen <amerilainen@nvidia.com>
Tue, 21 Jan 2014 11:11:24 +0000 (13:11 +0200)
committerTerje Bergstrom <tbergstrom@nvidia.com>
Tue, 28 Jan 2014 08:17:52 +0000 (00:17 -0800)
We mistakenly used gk20a governor parameters for VIC. This patch
fixes the issue.

Bug 1354794

Change-Id: I6684f846450c4e9270b34415cb26907e9e162fe0
Signed-off-by: Arto Merilainen <amerilainen@nvidia.com>
Reviewed-on: http://git-master/r/358198
Reviewed-by: Automatic_Commit_Validation_User
Reviewed-by: Bhanu Murthy V <bmurthyv@nvidia.com>
Reviewed-by: Terje Bergstrom <tbergstrom@nvidia.com>
drivers/video/tegra/host/gr3d/pod_scaling.c

index c4d4cdfe073528d2c392cf450dac1010aa52d69c..906212ce82da388cb086d16e1084544544798352 100644 (file)
@@ -947,7 +947,7 @@ static int nvhost_pod_init(struct devfreq *df)
        podgov->block = 0;
        podgov->p_use_throughput_hint = 1;
 
-       if (!strcmp(d->name, "vic03")) {
+       if (!strcmp(d->name, "vic03.0")) {
                podgov->p_load_max = 990;
                podgov->p_load_target = 800;
                podgov->p_bias = 80;