summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/gpu/nvgpu/gk20a/gk20a.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gk20a.c b/drivers/gpu/nvgpu/gk20a/gk20a.c
index bcde6df3..ab417386 100644
--- a/drivers/gpu/nvgpu/gk20a/gk20a.c
+++ b/drivers/gpu/nvgpu/gk20a/gk20a.c
@@ -1474,7 +1474,7 @@ static int gk20a_probe(struct platform_device *dev)
1474 1474
1475 gk20a->mm.bypass_smmu = platform->bypass_smmu; 1475 gk20a->mm.bypass_smmu = platform->bypass_smmu;
1476 gk20a->mm.disable_bigpage = platform->disable_bigpage; 1476 gk20a->mm.disable_bigpage = platform->disable_bigpage;
1477 gk20a->mm.has_physical_mode = true; 1477 gk20a->mm.has_physical_mode = !is_tegra_hypervisor_mode();
1478 1478
1479#ifdef CONFIG_DEBUG_FS 1479#ifdef CONFIG_DEBUG_FS
1480 spin_lock_init(&gk20a->debugfs_lock); 1480 spin_lock_init(&gk20a->debugfs_lock);