gpu: nvgpu: remove nvgpu_next_gpuid.h

Replace all usages of NVGPU_NEXT_GPUID and NVGPU_NEXT_DGPU_GPUID
with NVGPU_GPUID_GA10B and NVGPU_GPUID_GA100.

Remove nvgpu_next_gpuid.h and update yaml.

Jira NVGPU-4771

Change-Id: I3baf0de4eb5266b79aabd5c6ddf8442bf8f73419
Signed-off-by: Antony Clince Alex <aalex@nvidia.com>
Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvgpu/+/2547735
Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com>
This commit is contained in:
Antony Clince Alex
2021-06-21 10:32:01 +00:00
committed by mobile promotions
parent d2919409e9
commit 68e11c8bd3
21 changed files with 74 additions and 163 deletions

View File

@@ -86,10 +86,6 @@
#include "cde.h"
#endif
#if defined(CONFIG_NVGPU_HAL_NON_FUSA) && defined(CONFIG_NVGPU_NON_FUSA)
#include "nvgpu_next_gpuid.h"
#endif
#define GK20A_WAIT_FOR_IDLE_MS 2000
#define CREATE_TRACE_POINTS
@@ -669,11 +665,11 @@ static struct of_device_id tegra_gk20a_of_match[] = {
.data = &gv11b_vgpu_tegra_platform},
#endif
#if defined(CONFIG_NVGPU_HAL_NON_FUSA) && defined(CONFIG_NVGPU_NON_FUSA)
{ .compatible = NVGPU_NEXT_COMPATIBLE,
.data = &NVGPU_NEXT_PLATFORM},
{ .compatible = "nvidia,ga10b",
.data = &ga10b_tegra_platform},
#ifdef CONFIG_NVGPU_GR_VIRTUALIZATION
{ .compatible = NVGPU_NEXT_COMPATIBLE_VGPU,
.data = &NVGPU_NEXT_PLATFORM_VGPU},
{ .compatible = "nvidia,ga10b-vgpu",
.data = &ga10b_vgpu_tegra_platform},
#endif
#endif
#endif