mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-23 09:57:08 +03:00
Currently, the ECC errors go unnoticed. ECC errors in GR are handled by incrementing the ecc counters and clearing the intr registers. No action is taken bassed on the ECC counters. The ECC intr prints are also not printed by default. Ideally, the ECC errors should trigger recovery if they cross the error threshold. While we wait for the ideal ECC handling, convert the conditional ECC prints to error messages. JIRA NVGPU-7058 Change-Id: I2e54aeb5aef1d76dd6d4162eedd21cd529089b54 Signed-off-by: Tejal Kudav <tkudav@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvgpu/+/2573029 Reviewed-by: svc_kernel_abi <svc_kernel_abi@nvidia.com> Reviewed-by: Seshendra Gadagottu <sgadagottu@nvidia.com> Reviewed-by: Deepak Nibade <dnibade@nvidia.com> Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> GVS: Gerrit_Virtual_Submit Tested-by: V M S Seeta Rama Raju Mudundi <srajum@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>