gpu: nvgpu: Add flag gk20a->is_virtual

Instead of calling gk20a_gpu_is_virtual() which requires struct
device pointer fill in flag gk20a->is_virtual and use that.

JIRA NVGPU-16

Change-Id: I24382c041ee69940c703ca1ea7f5c667c5731cd1
Signed-off-by: Terje Bergstrom <tbergstrom@nvidia.com>
Reviewed-on: http://git-master/r/1473707
Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com>
Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
This commit is contained in:
Terje Bergstrom
2017-05-01 13:55:22 -07:00
committed by mobile promotions
parent c43c3f9c2f
commit 744e2d202e
6 changed files with 9 additions and 5 deletions

View File

@@ -583,6 +583,8 @@ int vgpu_probe(struct platform_device *pdev)
if (tegra_platform_is_linsim() || tegra_platform_is_vdk())
gk20a->is_fmodel = true;
gk20a->is_virtual = true;
nvgpu_kmem_init(gk20a);
priv = nvgpu_kzalloc(gk20a, sizeof(*priv));