summaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
Diffstat (limited to 'drivers')
-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 d6f1cb3a..dbed9880 100644
--- a/drivers/gpu/nvgpu/gk20a/fifo_gk20a.c
+++ b/drivers/gpu/nvgpu/gk20a/fifo_gk20a.c
@@ -1465,7 +1465,7 @@ bool gk20a_fifo_should_defer_engine_reset(struct gk20a *g, u32 engine_id,
1465static bool gk20a_fifo_ch_timeout_debug_dump_state(struct gk20a *g, 1465static bool gk20a_fifo_ch_timeout_debug_dump_state(struct gk20a *g,
1466 struct channel_gk20a *refch) 1466 struct channel_gk20a *refch)
1467{ 1467{
1468 bool verbose = true; 1468 bool verbose = false;
1469 if (!refch) { 1469 if (!refch) {
1470 return verbose; 1470 return verbose;
1471 } 1471 }