summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTerje Bergstrom <tbergstrom@nvidia.com>2017-04-11 10:48:32 -0400
committermobile promotions <svcmobile_promotions@nvidia.com>2017-04-13 11:55:55 -0400
commitd2e36374b8ffeb2ff63c4d1eea75c0479872a710 (patch)
tree9723bdc1c7ba2f85641a5f227afb65d9094c226e
parent7e273a943e0a068aa68b85acb551be9a37239355 (diff)
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 <tbergstrom@nvidia.com> Reviewed-on: http://git-master/r/1460664 Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
-rw-r--r--drivers/gpu/nvgpu/gk20a/pmu_gk20a.c2
1 files changed, 1 insertions, 1 deletions
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 @@
42 42
43#define GK20A_PMU_UCODE_IMAGE "gpmu_ucode.bin" 43#define GK20A_PMU_UCODE_IMAGE "gpmu_ucode.bin"
44 44
45#define PMU_MEM_SCRUBBING_TIMEOUT_MAX 1000 45#define PMU_MEM_SCRUBBING_TIMEOUT_MAX 2000
46#define PMU_MEM_SCRUBBING_TIMEOUT_DEFAULT 10 46#define PMU_MEM_SCRUBBING_TIMEOUT_DEFAULT 10
47 47
48#define gk20a_dbg_pmu(fmt, arg...) \ 48#define gk20a_dbg_pmu(fmt, arg...) \