summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/gk20a.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/gk20a.c')
-rw-r--r--drivers/gpu/nvgpu/gk20a/gk20a.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gk20a.c b/drivers/gpu/nvgpu/gk20a/gk20a.c
index f3bf0517..1091b235 100644
--- a/drivers/gpu/nvgpu/gk20a/gk20a.c
+++ b/drivers/gpu/nvgpu/gk20a/gk20a.c
@@ -1542,6 +1542,7 @@ static int gk20a_probe(struct platform_device *dev)
1542 gk20a->mm.ltc_enabled_debug = true; 1542 gk20a->mm.ltc_enabled_debug = true;
1543 gk20a->mm.bypass_smmu = platform->bypass_smmu; 1543 gk20a->mm.bypass_smmu = platform->bypass_smmu;
1544 gk20a->mm.disable_bigpage = platform->disable_bigpage; 1544 gk20a->mm.disable_bigpage = platform->disable_bigpage;
1545 gk20a->mm.has_physical_mode = true;
1545 gk20a->debugfs_ltc_enabled = 1546 gk20a->debugfs_ltc_enabled =
1546 debugfs_create_bool("ltc_enabled", S_IRUGO|S_IWUSR, 1547 debugfs_create_bool("ltc_enabled", S_IRUGO|S_IWUSR,
1547 platform->debugfs, 1548 platform->debugfs,