summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/gr_gk20a.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/gr_gk20a.c')
-rw-r--r--drivers/gpu/nvgpu/gk20a/gr_gk20a.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gr_gk20a.c b/drivers/gpu/nvgpu/gk20a/gr_gk20a.c
index cf9cab0e..501a7deb 100644
--- a/drivers/gpu/nvgpu/gk20a/gr_gk20a.c
+++ b/drivers/gpu/nvgpu/gk20a/gr_gk20a.c
@@ -5581,7 +5581,7 @@ int gk20a_gr_isr(struct gk20a *g)
5581 5581
5582 if (need_reset) 5582 if (need_reset)
5583 gk20a_fifo_recover(g, BIT(ENGINE_GR_GK20A), 5583 gk20a_fifo_recover(g, BIT(ENGINE_GR_GK20A),
5584 ~(u32)0, false, true); 5584 ~(u32)0, false, false, true);
5585 5585
5586clean_up: 5586clean_up:
5587 if (gr_intr && !ch) { 5587 if (gr_intr && !ch) {