summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/channel_gk20a.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/channel_gk20a.c')
-rw-r--r--drivers/gpu/nvgpu/gk20a/channel_gk20a.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/channel_gk20a.c b/drivers/gpu/nvgpu/gk20a/channel_gk20a.c
index 551e8b04..4e6837ef 100644
--- a/drivers/gpu/nvgpu/gk20a/channel_gk20a.c
+++ b/drivers/gpu/nvgpu/gk20a/channel_gk20a.c
@@ -684,6 +684,8 @@ struct channel_gk20a *gk20a_open_new_channel(struct gk20a *g,
684 ch->subctx_id = 0; 684 ch->subctx_id = 0;
685 ch->runqueue_sel = 0; 685 ch->runqueue_sel = 0;
686 686
687 ch->mmu_nack_handled = false;
688
687 /* The channel is *not* runnable at this point. It still needs to have 689 /* The channel is *not* runnable at this point. It still needs to have
688 * an address space bound and allocate a gpfifo and grctx. */ 690 * an address space bound and allocate a gpfifo and grctx. */
689 691