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.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gk20a.c b/drivers/gpu/nvgpu/gk20a/gk20a.c
index a886fd3f..e9ba644c 100644
--- a/drivers/gpu/nvgpu/gk20a/gk20a.c
+++ b/drivers/gpu/nvgpu/gk20a/gk20a.c
@@ -1483,6 +1483,9 @@ static int gk20a_probe(struct platform_device *dev)
1483 return -ENODATA; 1483 return -ENODATA;
1484 } 1484 }
1485 1485
1486 if (tegra_platform_is_linsim() || tegra_platform_is_vdk())
1487 platform->is_fmodel = true;
1488
1486 gk20a_dbg_fn(""); 1489 gk20a_dbg_fn("");
1487 1490
1488 platform_set_drvdata(dev, platform); 1491 platform_set_drvdata(dev, platform);