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, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/channel_gk20a.c b/drivers/gpu/nvgpu/gk20a/channel_gk20a.c
index 13abed95..fad6b6af 100644
--- a/drivers/gpu/nvgpu/gk20a/channel_gk20a.c
+++ b/drivers/gpu/nvgpu/gk20a/channel_gk20a.c
@@ -867,7 +867,7 @@ struct channel_gk20a *gk20a_open_new_channel(struct gk20a *g,
867 /* The channel is *not* runnable at this point. It still needs to have 867 /* The channel is *not* runnable at this point. It still needs to have
868 * an address space bound and allocate a gpfifo and grctx. */ 868 * an address space bound and allocate a gpfifo and grctx. */
869 869
870 init_waitqueue_head(&ch->notifier_wq); 870 nvgpu_cond_init(&ch->notifier_wq);
871 nvgpu_cond_init(&ch->semaphore_wq); 871 nvgpu_cond_init(&ch->semaphore_wq);
872 872
873 ch->update_fn = NULL; 873 ch->update_fn = NULL;