summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gp10b/gr_gp10b.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gp10b/gr_gp10b.c')
-rw-r--r--drivers/gpu/nvgpu/gp10b/gr_gp10b.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gp10b/gr_gp10b.c b/drivers/gpu/nvgpu/gp10b/gr_gp10b.c
index 339f0413..2ba18410 100644
--- a/drivers/gpu/nvgpu/gp10b/gr_gp10b.c
+++ b/drivers/gpu/nvgpu/gp10b/gr_gp10b.c
@@ -346,7 +346,7 @@ static int gr_gp10b_handle_tex_exception(struct gk20a *g, u32 gpc, u32 tpc,
346 346
347 gk20a_writel(g, 347 gk20a_writel(g,
348 gr_gpc0_tpc0_tex_m_hww_esr_r() + offset, 348 gr_gpc0_tpc0_tex_m_hww_esr_r() + offset,
349 esr); 349 esr | gr_gpc0_tpc0_tex_m_hww_esr_reset_active_f());
350 350
351 return ret; 351 return ret;
352} 352}