summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/common/linux/module.c
diff options
context:
space:
mode:
authorTerje Bergstrom <tbergstrom@nvidia.com>2017-06-22 15:58:43 -0400
committermobile promotions <svcmobile_promotions@nvidia.com>2017-06-30 21:34:58 -0400
commit82c0c96290602b1baf296133c7f55ae1848e433a (patch)
tree1f32dc8571ce777c50984be1194c68ddeea73b38 /drivers/gpu/nvgpu/common/linux/module.c
parent3ffcadc8dd6152d4ce2677b4e5d8e043a3df58ac (diff)
gpu: nvgpu: Remove gk20a support
Remove gk20a support. Leave only gk20a code which is reused by other GPUs. JIRA NVGPU-38 Change-Id: I3d5f2bc9f71cd9f161e64436561a5eadd5786a3b Signed-off-by: Terje Bergstrom <tbergstrom@nvidia.com> Reviewed-on: https://git-master/r/1507927 GVS: Gerrit_Virtual_Submit
Diffstat (limited to 'drivers/gpu/nvgpu/common/linux/module.c')
-rw-r--r--drivers/gpu/nvgpu/common/linux/module.c19
1 files changed, 0 insertions, 19 deletions
diff --git a/drivers/gpu/nvgpu/common/linux/module.c b/drivers/gpu/nvgpu/common/linux/module.c
index 30a2fcd9..bb7e260d 100644
--- a/drivers/gpu/nvgpu/common/linux/module.c
+++ b/drivers/gpu/nvgpu/common/linux/module.c
@@ -234,8 +234,6 @@ done:
234 234
235static struct of_device_id tegra_gk20a_of_match[] = { 235static struct of_device_id tegra_gk20a_of_match[] = {
236#ifdef CONFIG_TEGRA_GK20A 236#ifdef CONFIG_TEGRA_GK20A
237 { .compatible = "nvidia,tegra124-gk20a",
238 .data = &gk20a_tegra_platform },
239 { .compatible = "nvidia,tegra210-gm20b", 237 { .compatible = "nvidia,tegra210-gm20b",
240 .data = &gm20b_tegra_platform }, 238 .data = &gm20b_tegra_platform },
241#ifdef CONFIG_ARCH_TEGRA_18x_SOC 239#ifdef CONFIG_ARCH_TEGRA_18x_SOC
@@ -254,25 +252,8 @@ static struct of_device_id tegra_gk20a_of_match[] = {
254 { .compatible = "nvidia,tegra124-gk20a-vgpu", 252 { .compatible = "nvidia,tegra124-gk20a-vgpu",
255 .data = &vgpu_tegra_platform }, 253 .data = &vgpu_tegra_platform },
256#endif 254#endif
257#else
258 { .compatible = "nvidia,tegra124-gk20a",
259 .data = &gk20a_generic_platform },
260 { .compatible = "nvidia,tegra210-gm20b",
261 .data = &gk20a_generic_platform },
262#ifdef CONFIG_ARCH_TEGRA_18x_SOC
263 { .compatible = TEGRA_18x_GPU_COMPAT_TEGRA,
264 .data = &gk20a_generic_platform },
265#endif 255#endif
266 256
267#endif
268 { .compatible = "nvidia,generic-gk20a",
269 .data = &gk20a_generic_platform },
270 { .compatible = "nvidia,generic-gm20b",
271 .data = &gk20a_generic_platform },
272#ifdef CONFIG_ARCH_TEGRA_18x_SOC
273 { .compatible = "nvidia,generic-gp10b",
274 .data = &gk20a_generic_platform },
275#endif
276 { }, 257 { },
277}; 258};
278 259