mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-22 17:36:20 +03:00
gpu: nvgpu: Remove GP10b support
Starting 6.0.2.0, deprecate support for GP10b. Delete GP10b specific things such as platform data, ucodes, regops allowlist, cg/pg register list. Per unit specific gp10b code cleanup will be done later. Bug 3431142 Change-Id: I4d5fd9ad8c6ee53845df3b6b2298af64d76e86c3 Signed-off-by: Tejal Kudav <tkudav@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvgpu/+/2630946 Tested-by: mobile promotions <svcmobile_promotions@nvidia.com> Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com>
This commit is contained in:
committed by
mobile promotions
parent
3b3044680b
commit
3b1bbc7259
@@ -672,14 +672,6 @@ static struct of_device_id tegra_gk20a_of_match[] = {
|
||||
#ifdef CONFIG_TEGRA_GK20A
|
||||
{ .compatible = "nvidia,tegra210-gm20b",
|
||||
.data = &gm20b_tegra_platform },
|
||||
{ .compatible = "nvidia,tegra186-gp10b",
|
||||
.data = &gp10b_tegra_platform },
|
||||
/*
|
||||
* Upstream device trees use nvidia,gp10b instead of
|
||||
* nvidia,tegra186-gp10b used in downstream.
|
||||
*/
|
||||
{ .compatible = "nvidia,gp10b",
|
||||
.data = &gp10b_tegra_platform },
|
||||
{ .compatible = "nvidia,gv11b",
|
||||
.data = &gv11b_tegra_platform },
|
||||
#ifdef CONFIG_NVGPU_GR_VIRTUALIZATION
|
||||
|
||||
Reference in New Issue
Block a user