summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/common/linux/platform_gv11b_tegra.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/common/linux/platform_gv11b_tegra.c')
-rw-r--r--drivers/gpu/nvgpu/common/linux/platform_gv11b_tegra.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/gpu/nvgpu/common/linux/platform_gv11b_tegra.c b/drivers/gpu/nvgpu/common/linux/platform_gv11b_tegra.c
index c56bc0f3..7d7fc603 100644
--- a/drivers/gpu/nvgpu/common/linux/platform_gv11b_tegra.c
+++ b/drivers/gpu/nvgpu/common/linux/platform_gv11b_tegra.c
@@ -81,8 +81,7 @@ static int gv11b_tegra_probe(struct device *dev)
81 g->has_syncpoints = false; 81 g->has_syncpoints = false;
82#endif 82#endif
83 83
84 platform->bypass_smmu = !device_is_iommuable(dev); 84 platform->disable_bigpage = !device_is_iommuable(dev);
85 platform->disable_bigpage = platform->bypass_smmu;
86 85
87 platform->g->gr.ctx_vars.dump_ctxsw_stats_on_channel_close 86 platform->g->gr.ctx_vars.dump_ctxsw_stats_on_channel_close
88 = false; 87 = false;