mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-22 09:12:24 +03:00
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