summaryrefslogtreecommitdiff
path: root/drivers/video/tegra/host
diff options
context:
space:
mode:
authorIlan Aelion <iaelion@nvidia.com>2012-07-17 10:19:04 -0600
committerLokesh Pathak <lpathak@nvidia.com>2012-07-30 09:58:05 -0700
commitf3499b27157ade02fd0243961f5d7d1b47e8897f (patch)
treecf0970913f265feeb8284f6e716dbea54ac4afa2 /drivers/video/tegra/host
parent859f9bddcb10fd1fe2890a59181f8388facd1117 (diff)
video: tegra: host: use fps in 3dfs by default
enable using frame rate information in 3d frequency scaling by default Bug 991589 Change-Id: I410c86e3a56ddf00610133333dd518b4f46aa9ec Reviewed-on: http://git-master/r/116867 Reviewed-by: Lokesh Pathak <lpathak@nvidia.com> Tested-by: Lokesh Pathak <lpathak@nvidia.com>
Diffstat (limited to 'drivers/video/tegra/host')
-rw-r--r--drivers/video/tegra/host/gr3d/scale3d.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/tegra/host/gr3d/scale3d.c b/drivers/video/tegra/host/gr3d/scale3d.c
index 025c7e00997b..9a6a8e73b513 100644
--- a/drivers/video/tegra/host/gr3d/scale3d.c
+++ b/drivers/video/tegra/host/gr3d/scale3d.c
@@ -725,7 +725,7 @@ void nvhost_scale3d_init(struct nvhost_device *d)
scale3d.p_emc_dip = 1;
scale3d.p_verbosity = 0;
scale3d.p_adjust = 1;
- scale3d.p_use_throughput_hint = 0;
+ scale3d.p_use_throughput_hint = 1;
scale3d.p_throughput_lo_limit = 95;
scale3d.p_throughput_hi_limit = 100;
scale3d.p_scale_step = 60000000;