mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-25 11:04:51 +03:00
gpu: nvgpu: remove a service-id from sdl
This patch removes the following service-id related to MMU from iGPU SDL: NVGUARD_SERVICE_IGPU_MMU_SWERR_L1TLB_ECC_UNCORRECTED JIRA NVGPU-3974 Change-Id: Id350bf7ad95b4e46ce339cbd03a34d2031188041 Signed-off-by: Rajesh Devaraj <rdevaraj@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/2200559 Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: Raghuram Kothakota <rkothakota@nvidia.com> GVS: Gerrit_Virtual_Submit Reviewed-by: Ankur Kishore <ankkishore@nvidia.com> Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
This commit is contained in:
committed by
Alex Waterman
parent
a3d21d7127
commit
556055b25e
@@ -156,12 +156,10 @@ struct ctxsw_err_info {
|
||||
/**
|
||||
* This assigns an unique index for errors in MMU unit.
|
||||
*/
|
||||
#define GPU_MMU_L1TLB_ECC_CORRECTED (0U)
|
||||
#define GPU_MMU_L1TLB_ECC_UNCORRECTED (1U)
|
||||
#define GPU_MMU_L1TLB_SA_DATA_ECC_CORRECTED (2U)
|
||||
#define GPU_MMU_L1TLB_SA_DATA_ECC_UNCORRECTED (3U)
|
||||
#define GPU_MMU_L1TLB_FA_DATA_ECC_CORRECTED (4U)
|
||||
#define GPU_MMU_L1TLB_FA_DATA_ECC_UNCORRECTED (5U)
|
||||
#define GPU_MMU_L1TLB_SA_DATA_ECC_CORRECTED (0U)
|
||||
#define GPU_MMU_L1TLB_SA_DATA_ECC_UNCORRECTED (1U)
|
||||
#define GPU_MMU_L1TLB_FA_DATA_ECC_CORRECTED (2U)
|
||||
#define GPU_MMU_L1TLB_FA_DATA_ECC_UNCORRECTED (3U)
|
||||
|
||||
/**
|
||||
* This assigns an unique index for errors in GCC unit.
|
||||
|
||||
Reference in New Issue
Block a user