summaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
Diffstat (limited to 'drivers')
-rw-r--r--drivers/gpu/nvgpu/gk20a/gk20a.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gk20a.c b/drivers/gpu/nvgpu/gk20a/gk20a.c
index a2fb8dc8..5b7f65c0 100644
--- a/drivers/gpu/nvgpu/gk20a/gk20a.c
+++ b/drivers/gpu/nvgpu/gk20a/gk20a.c
@@ -684,6 +684,8 @@ void gk20a_pbus_isr(struct gk20a *g)
684 "NV_PGRAPH_PRI_GPC0_GPCCS_FS_GPC: 0x%x\n", 684 "NV_PGRAPH_PRI_GPC0_GPCCS_FS_GPC: 0x%x\n",
685 gk20a_readl(g, gr_gpc0_fs_gpc_r())); 685 gk20a_readl(g, gr_gpc0_fs_gpc_r()));
686 686
687 gk20a_writel(g, timer_pri_timeout_save_0_r(), 0);
688 gk20a_writel(g, timer_pri_timeout_save_1_r(), 0);
687 } 689 }
688 690
689 if (val) 691 if (val)