mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-24 10:34:43 +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
@@ -322,6 +322,13 @@ extern struct gk20a_platform gv11b_tegra_platform;
|
||||
#ifdef CONFIG_NVGPU_GR_VIRTUALIZATION
|
||||
extern struct gk20a_platform gv11b_vgpu_tegra_platform;
|
||||
#endif
|
||||
#if defined(CONFIG_NVGPU_HAL_NON_FUSA) && defined(CONFIG_NVGPU_NON_FUSA)
|
||||
extern struct gk20a_platform ga10b_tegra_platform;
|
||||
#ifdef CONFIG_NVGPU_GR_VIRTUALIZATION
|
||||
extern struct gk20a_platform ga10b_vgpu_tegra_platform;
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
int gk20a_tegra_busy(struct device *dev);
|
||||
|
||||
Reference in New Issue
Block a user