Revert "nvgpu: ga10b: disable errata NVGPU_ERRATA_200601972"

This reverts commit 7194fe5f1f.

Bug 3514215

Change-Id: Ief98d8d34d72d233432d0ff0c1997c7f62b8b7d6
Signed-off-by: Antony Clince Alex <aalex@nvidia.com>
Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvgpu/+/2674181
Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com>
This commit is contained in:
Antony Clince Alex
2022-02-23 05:38:16 +00:00
committed by mobile promotions
parent 37c6b8b1c3
commit c6f07c14a9

View File

@@ -1844,7 +1844,7 @@ int ga10b_init_hal(struct gk20a *g)
if (nvgpu_is_enabled(g, NVGPU_IS_FMODEL)){
nvgpu_set_errata(g, NVGPU_ERRATA_2969956, true);
}
nvgpu_set_errata(g, NVGPU_ERRATA_200601972, false);
nvgpu_set_errata(g, NVGPU_ERRATA_200601972, true);
nvgpu_set_errata(g, NVGPU_ERRATA_200391931, true);
nvgpu_set_errata(g, NVGPU_ERRATA_200677649, true);
nvgpu_set_errata(g, NVGPU_ERRATA_3154076, true);