summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/vgpu/vgpu.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/vgpu/vgpu.c')
-rw-r--r--drivers/gpu/nvgpu/vgpu/vgpu.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/vgpu/vgpu.c b/drivers/gpu/nvgpu/vgpu/vgpu.c
index 93f9eaf4..2cd99e8c 100644
--- a/drivers/gpu/nvgpu/vgpu/vgpu.c
+++ b/drivers/gpu/nvgpu/vgpu/vgpu.c
@@ -47,6 +47,7 @@
47#include "common/linux/os_linux.h" 47#include "common/linux/os_linux.h"
48#include "common/linux/ioctl.h" 48#include "common/linux/ioctl.h"
49#include "common/linux/scale.h" 49#include "common/linux/scale.h"
50#include "common/linux/driver_common.h"
50 51
51#ifdef CONFIG_TEGRA_19x_GPU 52#ifdef CONFIG_TEGRA_19x_GPU
52#include <vgpu/vgpu_t19x.h> 53#include <vgpu/vgpu_t19x.h>
@@ -657,6 +658,7 @@ int vgpu_probe(struct platform_device *pdev)
657 return -ENOMEM; 658 return -ENOMEM;
658 } 659 }
659 gk20a = &l->g; 660 gk20a = &l->g;
661 nvgpu_init_gk20a(gk20a);
660 662
661 nvgpu_kmem_init(gk20a); 663 nvgpu_kmem_init(gk20a);
662 664