summaryrefslogtreecommitdiff
path: root/drivers/video/tegra
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/video/tegra')
-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;