summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/gpu/nvgpu/gk20a/channel_gk20a.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/channel_gk20a.c b/drivers/gpu/nvgpu/gk20a/channel_gk20a.c
index ef7195a7..33681c2a 100644
--- a/drivers/gpu/nvgpu/gk20a/channel_gk20a.c
+++ b/drivers/gpu/nvgpu/gk20a/channel_gk20a.c
@@ -757,6 +757,7 @@ static struct channel_gk20a *gk20a_open_new_channel(struct gk20a *g)
757 ch->timeout_ms_max = gk20a_get_gr_idle_timeout(g); 757 ch->timeout_ms_max = gk20a_get_gr_idle_timeout(g);
758 ch->timeout_debug_dump = true; 758 ch->timeout_debug_dump = true;
759 ch->has_timedout = false; 759 ch->has_timedout = false;
760 ch->obj_class = 0;
760 761
761 /* The channel is *not* runnable at this point. It still needs to have 762 /* The channel is *not* runnable at this point. It still needs to have
762 * an address space bound and allocate a gpfifo and grctx. */ 763 * an address space bound and allocate a gpfifo and grctx. */