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.c10
1 files changed, 3 insertions, 7 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gk20a.c b/drivers/gpu/nvgpu/gk20a/gk20a.c
index e2795fbf..3504a32f 100644
--- a/drivers/gpu/nvgpu/gk20a/gk20a.c
+++ b/drivers/gpu/nvgpu/gk20a/gk20a.c
@@ -65,10 +65,6 @@
65#define CREATE_TRACE_POINTS 65#define CREATE_TRACE_POINTS
66#include <trace/events/gk20a.h> 66#include <trace/events/gk20a.h>
67 67
68#ifdef CONFIG_ARCH_TEGRA_18x_SOC
69#include "nvgpu_gpuid_t18x.h"
70#endif
71
72#ifdef CONFIG_TEGRA_19x_GPU 68#ifdef CONFIG_TEGRA_19x_GPU
73#include "nvgpu_gpuid_t19x.h" 69#include "nvgpu_gpuid_t19x.h"
74#endif 70#endif
@@ -1133,8 +1129,8 @@ static struct of_device_id tegra_gk20a_of_match[] = {
1133 { .compatible = "nvidia,tegra210-gm20b", 1129 { .compatible = "nvidia,tegra210-gm20b",
1134 .data = &gm20b_tegra_platform }, 1130 .data = &gm20b_tegra_platform },
1135#ifdef CONFIG_ARCH_TEGRA_18x_SOC 1131#ifdef CONFIG_ARCH_TEGRA_18x_SOC
1136 { .compatible = TEGRA_18x_GPU_COMPAT_TEGRA, 1132 { .compatible = "nvidia,tegra186-gp10b",
1137 .data = &t18x_gpu_tegra_platform }, 1133 .data = &gp10b_tegra_platform },
1138#endif 1134#endif
1139#ifdef CONFIG_TEGRA_19x_GPU 1135#ifdef CONFIG_TEGRA_19x_GPU
1140 { .compatible = TEGRA_19x_GPU_COMPAT_TEGRA, 1136 { .compatible = TEGRA_19x_GPU_COMPAT_TEGRA,
@@ -1160,7 +1156,7 @@ static struct of_device_id tegra_gk20a_of_match[] = {
1160 { .compatible = "nvidia,generic-gm20b", 1156 { .compatible = "nvidia,generic-gm20b",
1161 .data = &gk20a_generic_platform }, 1157 .data = &gk20a_generic_platform },
1162#ifdef CONFIG_ARCH_TEGRA_18x_SOC 1158#ifdef CONFIG_ARCH_TEGRA_18x_SOC
1163 { .compatible = TEGRA_18x_GPU_COMPAT_GENERIC, 1159 { .compatible = "nvidia,generic-gp10b",
1164 .data = &gk20a_generic_platform }, 1160 .data = &gk20a_generic_platform },
1165#endif 1161#endif
1166 { }, 1162 { },