summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/common/linux/module.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/common/linux/module.c')
-rw-r--r--drivers/gpu/nvgpu/common/linux/module.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/common/linux/module.c b/drivers/gpu/nvgpu/common/linux/module.c
index c6794e44..30a2fcd9 100644
--- a/drivers/gpu/nvgpu/common/linux/module.c
+++ b/drivers/gpu/nvgpu/common/linux/module.c
@@ -41,6 +41,9 @@
41#include "intr.h" 41#include "intr.h"
42#ifdef CONFIG_TEGRA_19x_GPU 42#ifdef CONFIG_TEGRA_19x_GPU
43#include "nvgpu_gpuid_t19x.h" 43#include "nvgpu_gpuid_t19x.h"
44#ifdef CONFIG_TEGRA_GR_VIRTUALIZATION
45#include "vgpu/vgpu_t19x.h"
46#endif
44#endif 47#endif
45#include "os_linux.h" 48#include "os_linux.h"
46 49
@@ -242,6 +245,10 @@ static struct of_device_id tegra_gk20a_of_match[] = {
242#ifdef CONFIG_TEGRA_19x_GPU 245#ifdef CONFIG_TEGRA_19x_GPU
243 { .compatible = TEGRA_19x_GPU_COMPAT_TEGRA, 246 { .compatible = TEGRA_19x_GPU_COMPAT_TEGRA,
244 .data = &t19x_gpu_tegra_platform }, 247 .data = &t19x_gpu_tegra_platform },
248#ifdef CONFIG_TEGRA_GR_VIRTUALIZATION
249 { .compatible = TEGRA_19x_VGPU_COMPAT_TEGRA,
250 .data = &t19x_vgpu_tegra_platform },
251#endif
245#endif 252#endif
246#ifdef CONFIG_TEGRA_GR_VIRTUALIZATION 253#ifdef CONFIG_TEGRA_GR_VIRTUALIZATION
247 { .compatible = "nvidia,tegra124-gk20a-vgpu", 254 { .compatible = "nvidia,tegra124-gk20a-vgpu",