summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/common/linux/vgpu/vgpu.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/common/linux/vgpu/vgpu.c')
-rw-r--r--drivers/gpu/nvgpu/common/linux/vgpu/vgpu.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/gpu/nvgpu/common/linux/vgpu/vgpu.c b/drivers/gpu/nvgpu/common/linux/vgpu/vgpu.c
index bb523f1e..0d04d6e4 100644
--- a/drivers/gpu/nvgpu/common/linux/vgpu/vgpu.c
+++ b/drivers/gpu/nvgpu/common/linux/vgpu/vgpu.c
@@ -48,7 +48,6 @@
48#include "common/linux/driver_common.h" 48#include "common/linux/driver_common.h"
49 49
50#ifdef CONFIG_TEGRA_19x_GPU 50#ifdef CONFIG_TEGRA_19x_GPU
51#include "common/linux/vgpu/vgpu_t19x.h"
52#include <nvgpu_gpuid_t19x.h> 51#include <nvgpu_gpuid_t19x.h>
53#endif 52#endif
54 53
@@ -439,7 +438,7 @@ static int vgpu_init_hal(struct gk20a *g)
439 break; 438 break;
440#ifdef CONFIG_TEGRA_19x_GPU 439#ifdef CONFIG_TEGRA_19x_GPU
441 case TEGRA_19x_GPUID: 440 case TEGRA_19x_GPUID:
442 err = vgpu_t19x_init_hal(g); 441 err = vgpu_gv11b_init_hal(g);
443 break; 442 break;
444#endif 443#endif
445 default: 444 default: