mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-24 10:34:43 +03:00
Move handle_gcc_exception 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 pointers as function parameter to avoid dereferencing the g->ecc struct inside the hal function Update g->ops.gr.handle_gcc_exception to g->ops.gr.intr.handle_gcc_exception JIRA NVGPU-3016 Change-Id: Iaac9bd1763673567d8c29258d2f1952d061785a6 Signed-off-by: Vinod G <vinodg@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/2087199 Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>