mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-24 10:34:43 +03:00
Move handle_gpc_gpccs_exception hal to hal.gr.intr Pass g->ecc.gr.gpccs_ecc_corrected_err_count[gpc].counter and g->ecc.gr.gpccs_ecc_uncorrected_err_count[gpc].counter variable address as parameter to function to avoid dereferencing g->ecc variable inside hal function. Update g->ops.gr.handle_gpc_gpcss_exception call to g->ops.gr.intr.handle_gpc_gpcss_exception JIRA NVGPU-3016 Change-Id: I6cab6428eb6785261f34ca21f2ce055a9995b408 Signed-off-by: Vinod G <vinodg@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/2087197 Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>