summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gv11b/fifo_gv11b.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gv11b/fifo_gv11b.c')
-rw-r--r--drivers/gpu/nvgpu/gv11b/fifo_gv11b.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/gpu/nvgpu/gv11b/fifo_gv11b.c b/drivers/gpu/nvgpu/gv11b/fifo_gv11b.c
index 6df1d343..1fe98c35 100644
--- a/drivers/gpu/nvgpu/gv11b/fifo_gv11b.c
+++ b/drivers/gpu/nvgpu/gv11b/fifo_gv11b.c
@@ -986,7 +986,6 @@ static void gv11b_fifo_locked_abort_runlist_active_tsgs(struct gk20a *g,
986 unsigned int rc_type, 986 unsigned int rc_type,
987 u32 runlists_mask) 987 u32 runlists_mask)
988{ 988{
989 bool verbose = false;
990 struct tsg_gk20a *tsg = NULL; 989 struct tsg_gk20a *tsg = NULL;
991 u32 rlid, tsgid; 990 u32 rlid, tsgid;
992 struct fifo_runlist_info_gk20a *runlist = NULL; 991 struct fifo_runlist_info_gk20a *runlist = NULL;
@@ -1025,7 +1024,7 @@ static void gv11b_fifo_locked_abort_runlist_active_tsgs(struct gk20a *g,
1025 if (!g->fifo.deferred_reset_pending) { 1024 if (!g->fifo.deferred_reset_pending) {
1026 if (rc_type == RC_TYPE_MMU_FAULT) { 1025 if (rc_type == RC_TYPE_MMU_FAULT) {
1027 gk20a_fifo_set_ctx_mmu_error_tsg(g, tsg); 1026 gk20a_fifo_set_ctx_mmu_error_tsg(g, tsg);
1028 verbose = gk20a_fifo_error_tsg(g, tsg); 1027 gk20a_fifo_error_tsg(g, tsg);
1029 } 1028 }
1030 } 1029 }
1031 1030