mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-22 09:12:24 +03:00
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 <rdevaraj@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvgpu/+/2755756 Reviewed-by: V M S Seeta Rama Raju Mudundi <srajum@nvidia.com> Reviewed-by: Ankur Kishore <ankkishore@nvidia.com> GVS: Gerrit_Virtual_Submit
This commit is contained in:
committed by
mobile promotions
parent
282be07995
commit
faf18009cb
@@ -113,7 +113,7 @@ struct nvgpu_err_hw_module ga10b_err_lut[] = {
|
|||||||
INJECT_SW,
|
INJECT_SW,
|
||||||
NULL, NULL,
|
NULL, NULL,
|
||||||
NULL, NULL, 0, 0),
|
NULL, NULL, 0, 0),
|
||||||
GPU_NONCRITERR("pfifo_ctxsw_timeout",
|
GPU_CRITERR("pfifo_ctxsw_timeout",
|
||||||
GPU_HOST_PFIFO_CTXSW_TIMEOUT_ERROR,
|
GPU_HOST_PFIFO_CTXSW_TIMEOUT_ERROR,
|
||||||
INJECT_SW,
|
INJECT_SW,
|
||||||
NULL, NULL,
|
NULL, NULL,
|
||||||
|
|||||||
Reference in New Issue
Block a user