mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-22 09:12:24 +03:00
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:
committed by
mobile promotions
parent
d2919409e9
commit
68e11c8bd3
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user