From d2e36374b8ffeb2ff63c4d1eea75c0479872a710 Mon Sep 17 00:00:00 2001 From: Terje Bergstrom Date: Tue, 11 Apr 2017 07:48:32 -0700 Subject: gpu: nvgpu: Bump mem scrubbing timeout There is a very rare intermittent memory scrubbing timeout. Double the timeout to try to get rid of the problem. Bug 1903521 Change-Id: I1520fadd87c548d54438f43144286a73b4610051 Signed-off-by: Terje Bergstrom Reviewed-on: http://git-master/r/1460664 Reviewed-by: mobile promotions Tested-by: mobile promotions --- drivers/gpu/nvgpu/gk20a/pmu_gk20a.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'drivers') diff --git a/drivers/gpu/nvgpu/gk20a/pmu_gk20a.c b/drivers/gpu/nvgpu/gk20a/pmu_gk20a.c index 7df0c71c..11d5166e 100644 --- a/drivers/gpu/nvgpu/gk20a/pmu_gk20a.c +++ b/drivers/gpu/nvgpu/gk20a/pmu_gk20a.c @@ -42,7 +42,7 @@ #define GK20A_PMU_UCODE_IMAGE "gpmu_ucode.bin" -#define PMU_MEM_SCRUBBING_TIMEOUT_MAX 1000 +#define PMU_MEM_SCRUBBING_TIMEOUT_MAX 2000 #define PMU_MEM_SCRUBBING_TIMEOUT_DEFAULT 10 #define gk20a_dbg_pmu(fmt, arg...) \ -- cgit v1.2.2