mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-24 10:34:43 +03:00
gpu: nvgpu: sim: set remove_support hal to NULL
Found issues with removing sim support for igpu. Set sim->remove_support to NULL until JIRA NVGPU-5281 is fixed. JIRA NVGPU-5257 Change-Id: I2c8af7a0d05f963233378bdb3aa2afcfc4f32b6e Signed-off-by: Seshendra Gadagottu <sgadagottu@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvgpu/+/2322987 Reviewed-by: automaticguardword <automaticguardword@nvidia.com> Reviewed-by: svc-mobile-coverity <svc-mobile-coverity@nvidia.com> Reviewed-by: svc-mobile-misra <svc-mobile-misra@nvidia.com> Reviewed-by: svc-mobile-cert <svc-mobile-cert@nvidia.com> Reviewed-by: Alex Waterman <alexw@nvidia.com> Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> GVS: Gerrit_Virtual_Submit Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
This commit is contained in:
committed by
Alex Waterman
parent
6cb6a970af
commit
ec54b8b2ad
@@ -277,7 +277,12 @@ int nvgpu_init_sim_support(struct gk20a *g)
|
||||
}
|
||||
|
||||
g->sim->sim_init_late = nvgpu_sim_init_late;
|
||||
g->sim->remove_support = nvgpu_remove_sim_support;
|
||||
/*
|
||||
* Found issues with removing sim support for igpu.
|
||||
* Remove sim->remove_support until JIRA NVGPU-5281 is fixed.
|
||||
* g->sim->remove_support = nvgpu_remove_sim_support;
|
||||
*/
|
||||
g->sim->remove_support = NULL;
|
||||
g->sim->esc_readl = nvgpu_sim_esc_readl;
|
||||
return 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user