summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/gpu/nvgpu/gk20a/mm_gk20a.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/mm_gk20a.c b/drivers/gpu/nvgpu/gk20a/mm_gk20a.c
index dcc16fba..c59dc734 100644
--- a/drivers/gpu/nvgpu/gk20a/mm_gk20a.c
+++ b/drivers/gpu/nvgpu/gk20a/mm_gk20a.c
@@ -5114,7 +5114,7 @@ void gk20a_mm_l2_flush(struct gk20a *g, bool invalidate)
5114{ 5114{
5115 struct mm_gk20a *mm = &g->mm; 5115 struct mm_gk20a *mm = &g->mm;
5116 u32 data; 5116 u32 data;
5117 s32 retry = 200; 5117 s32 retry = 2000;
5118 5118
5119 gk20a_dbg_fn(""); 5119 gk20a_dbg_fn("");
5120 5120