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:
Tejal Kudav
2021-11-24 07:17:49 +00:00
committed by mobile promotions
parent 3b3044680b
commit 3b1bbc7259
15 changed files with 1 additions and 3202 deletions

View File

@@ -30,7 +30,6 @@
#include <nvgpu/static_analysis.h>
#include "hal_gm20b.h"
#include "hal_gp10b.h"
#include "hal_gv11b.h"
#include "hal_ga10b.h"
#ifdef CONFIG_NVGPU_DGPU
@@ -63,11 +62,6 @@ int nvgpu_init_hal(struct gk20a *g)
err = -ENODEV;
}
break;
case NVGPU_GPUID_GP10B:
if (gp10b_init_hal(g) != 0) {
err = -ENODEV;
}
break;
#endif
case NVGPU_GPUID_GA10B:
if (ga10b_init_hal(g) != 0) {