diff options
author | Ilan Aelion <iaelion@nvidia.com> | 2014-04-01 18:28:11 -0600 |
---|---|---|
committer | Riham Haidar <rhaidar@nvidia.com> | 2014-05-15 12:58:28 -0700 |
commit | 4ebd7235d25b65a89ec92854efeebabe224b025c (patch) | |
tree | 9150bea9a65ac4d5fd0edbd0430ba1b3b075b5bd | |
parent | 24c5dce2c188cfb6132b1fada942d879afffecc0 (diff) |
video: tegra: host: no throughput-hint on gk20a
Disable the throughput-hint path on gk20a. Leaving enabled on VIC due
to Bug 1486309.
Bug 1492048
Change-Id: I4dab07c15cbbbad679f532e98f7aef03b74aefe2
Signed-off-by: Ilan Aelion <iaelion@nvidia.com>
Reviewed-on: http://git-master/r/391032
(cherry picked from commit 99a3eee93c338289f25356c2e91572bbac9618a5)
Reviewed-on: http://git-master/r/396633
(cherry picked from commit 22c8c95c9548edde5fc97b115221d74262d0b216)
Reviewed-on: http://git-master/r/408940
Reviewed-by: Automatic_Commit_Validation_User
GVS: Gerrit_Virtual_Submit
Reviewed-by: Samuel Russell <samuelr@nvidia.com>
Tested-by: Samuel Russell <samuelr@nvidia.com>
Reviewed-by: Bharat Nihalani <bnihalani@nvidia.com>
-rw-r--r-- | drivers/video/tegra/host/pod_scaling.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/video/tegra/host/pod_scaling.c b/drivers/video/tegra/host/pod_scaling.c index d0823f0fe7cc..64898950bab5 100644 --- a/drivers/video/tegra/host/pod_scaling.c +++ b/drivers/video/tegra/host/pod_scaling.c @@ -863,6 +863,7 @@ static int nvhost_pod_init(struct devfreq *df) podgov->p_scaledown_limit = 1300; podgov->p_smooth = 10; podgov->p_damp = 7; + podgov->p_use_throughput_hint = 0; break; default: pr_err("%s: un-supported chip id\n", __func__); |