From 82c0c96290602b1baf296133c7f55ae1848e433a Mon Sep 17 00:00:00 2001 From: Terje Bergstrom Date: Thu, 22 Jun 2017 12:58:43 -0700 Subject: 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 Reviewed-on: https://git-master/r/1507927 GVS: Gerrit_Virtual_Submit --- drivers/gpu/nvgpu/common/linux/module.c | 19 ------------------- 1 file changed, 19 deletions(-) (limited to 'drivers/gpu/nvgpu/common/linux/module.c') 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: static struct of_device_id tegra_gk20a_of_match[] = { #ifdef CONFIG_TEGRA_GK20A - { .compatible = "nvidia,tegra124-gk20a", - .data = &gk20a_tegra_platform }, { .compatible = "nvidia,tegra210-gm20b", .data = &gm20b_tegra_platform }, #ifdef CONFIG_ARCH_TEGRA_18x_SOC @@ -254,25 +252,8 @@ static struct of_device_id tegra_gk20a_of_match[] = { { .compatible = "nvidia,tegra124-gk20a-vgpu", .data = &vgpu_tegra_platform }, #endif -#else - { .compatible = "nvidia,tegra124-gk20a", - .data = &gk20a_generic_platform }, - { .compatible = "nvidia,tegra210-gm20b", - .data = &gk20a_generic_platform }, -#ifdef CONFIG_ARCH_TEGRA_18x_SOC - { .compatible = TEGRA_18x_GPU_COMPAT_TEGRA, - .data = &gk20a_generic_platform }, #endif -#endif - { .compatible = "nvidia,generic-gk20a", - .data = &gk20a_generic_platform }, - { .compatible = "nvidia,generic-gm20b", - .data = &gk20a_generic_platform }, -#ifdef CONFIG_ARCH_TEGRA_18x_SOC - { .compatible = "nvidia,generic-gp10b", - .data = &gk20a_generic_platform }, -#endif { }, }; -- cgit v1.2.2