summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/fifo_gk20a.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/fifo_gk20a.c')
-rw-r--r--drivers/gpu/nvgpu/gk20a/fifo_gk20a.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/fifo_gk20a.c b/drivers/gpu/nvgpu/gk20a/fifo_gk20a.c
index 258006f9..96317520 100644
--- a/drivers/gpu/nvgpu/gk20a/fifo_gk20a.c
+++ b/drivers/gpu/nvgpu/gk20a/fifo_gk20a.c
@@ -1808,7 +1808,7 @@ void gk20a_fifo_recover_tsg(struct gk20a *g, u32 tsgid, bool verbose)
1808 else { 1808 else {
1809 struct tsg_gk20a *tsg = &g->fifo.tsg[tsgid]; 1809 struct tsg_gk20a *tsg = &g->fifo.tsg[tsgid];
1810 1810
1811 if (gk20a_fifo_error_tsg(g, tsg)) 1811 if (gk20a_fifo_error_tsg(g, tsg) && verbose)
1812 gk20a_debug_dump(g); 1812 gk20a_debug_dump(g);
1813 1813
1814 gk20a_fifo_abort_tsg(g, tsgid, false); 1814 gk20a_fifo_abort_tsg(g, tsgid, false);