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.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/channel_gk20a.c b/drivers/gpu/nvgpu/gk20a/channel_gk20a.c
index bca201cf..87923537 100644
--- a/drivers/gpu/nvgpu/gk20a/channel_gk20a.c
+++ b/drivers/gpu/nvgpu/gk20a/channel_gk20a.c
@@ -858,6 +858,10 @@ struct channel_gk20a *gk20a_open_new_channel(struct gk20a *g,
858 ch->obj_class = 0; 858 ch->obj_class = 0;
859 ch->interleave_level = NVGPU_RUNLIST_INTERLEAVE_LEVEL_LOW; 859 ch->interleave_level = NVGPU_RUNLIST_INTERLEAVE_LEVEL_LOW;
860 ch->timeslice_us = g->timeslice_low_priority_us; 860 ch->timeslice_us = g->timeslice_low_priority_us;
861#ifdef CONFIG_TEGRA_19x_GPU
862 memset(&ch->t19x, 0, sizeof(struct channel_t19x));
863#endif
864
861 865
862 /* The channel is *not* runnable at this point. It still needs to have 866 /* The channel is *not* runnable at this point. It still needs to have
863 * an address space bound and allocate a gpfifo and grctx. */ 867 * an address space bound and allocate a gpfifo and grctx. */