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.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/drivers/gpu/nvgpu/gv11b/fifo_gv11b.c b/drivers/gpu/nvgpu/gv11b/fifo_gv11b.c
index 2fb1ee70..f0440a4c 100644
--- a/drivers/gpu/nvgpu/gv11b/fifo_gv11b.c
+++ b/drivers/gpu/nvgpu/gv11b/fifo_gv11b.c
@@ -948,8 +948,7 @@ void gv11b_fifo_teardown_ch_tsg(struct gk20a *g, u32 act_eng_bitmask,
948 runlists_mask = gv11b_fifo_get_runlists_mask(g, act_eng_bitmask, id, 948 runlists_mask = gv11b_fifo_get_runlists_mask(g, act_eng_bitmask, id,
949 id_type, rc_type, mmfault); 949 id_type, rc_type, mmfault);
950 950
951 gk20a_fifo_set_runlist_state(g, runlists_mask, RUNLIST_DISABLED, 951 gk20a_fifo_set_runlist_state(g, runlists_mask, RUNLIST_DISABLED);
952 !RUNLIST_INFO_MUTEX_LOCKED);
953 952
954 g->fifo.deferred_reset_pending = false; 953 g->fifo.deferred_reset_pending = false;
955 954
@@ -1080,8 +1079,7 @@ void gv11b_fifo_teardown_ch_tsg(struct gk20a *g, u32 act_eng_bitmask,
1080 } 1079 }
1081 } 1080 }
1082 1081
1083 gk20a_fifo_set_runlist_state(g, runlists_mask, RUNLIST_ENABLED, 1082 gk20a_fifo_set_runlist_state(g, runlists_mask, RUNLIST_ENABLED);
1084 !RUNLIST_INFO_MUTEX_LOCKED);
1085 1083
1086 /* It is safe to enable ELPG again. */ 1084 /* It is safe to enable ELPG again. */
1087 if (g->support_pmu && g->elpg_enabled) 1085 if (g->support_pmu && g->elpg_enabled)