From faf18009cb5493554be17428c1da700dbfbe9e5f Mon Sep 17 00:00:00 2001 From: Rajesh Devaraj Date: Thu, 4 Aug 2022 07:14:37 +0000 Subject: [PATCH] gpu: nvgpu: fix criticality info for pfifo_ctxsw_timeout_err In Drive 6.x, GPU_HOST_PFIFO_CTXSW_TIMEOUT_ERROR is updated as an uncorrected error and the same has been documented in error code list. However, in look-up table, it has been stored as a corrected error (since it was marked as a corrected error in Drive 5.x and the look-up table was carry-forwarded from 5.x). This patch fixes this issue by updating the criticality of GPU_HOST_PFIFO_CTXSW_TIMEOUT_ERROR. Bug 3690950 Change-Id: I3c1ef0e67557c4d1db373f86662183c0e27bd078 Signed-off-by: Rajesh Devaraj Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvgpu/+/2755756 Reviewed-by: V M S Seeta Rama Raju Mudundi Reviewed-by: Ankur Kishore GVS: Gerrit_Virtual_Submit --- drivers/gpu/nvgpu/hal/cic/mon/lut_ga10b_fusa.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/nvgpu/hal/cic/mon/lut_ga10b_fusa.c b/drivers/gpu/nvgpu/hal/cic/mon/lut_ga10b_fusa.c index e4a2d946a..09cb807c9 100644 --- a/drivers/gpu/nvgpu/hal/cic/mon/lut_ga10b_fusa.c +++ b/drivers/gpu/nvgpu/hal/cic/mon/lut_ga10b_fusa.c @@ -113,7 +113,7 @@ struct nvgpu_err_hw_module ga10b_err_lut[] = { INJECT_SW, NULL, NULL, NULL, NULL, 0, 0), - GPU_NONCRITERR("pfifo_ctxsw_timeout", + GPU_CRITERR("pfifo_ctxsw_timeout", GPU_HOST_PFIFO_CTXSW_TIMEOUT_ERROR, INJECT_SW, NULL, NULL,