summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/common/linux/channel.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/common/linux/channel.c')
-rw-r--r--drivers/gpu/nvgpu/common/linux/channel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/common/linux/channel.c b/drivers/gpu/nvgpu/common/linux/channel.c
index a725cd6b..8bfa4cfc 100644
--- a/drivers/gpu/nvgpu/common/linux/channel.c
+++ b/drivers/gpu/nvgpu/common/linux/channel.c
@@ -444,7 +444,7 @@ static int gk20a_submit_prepare_syncs(struct channel_gk20a *c,
444 if (g->aggressive_sync_destroy_thresh) { 444 if (g->aggressive_sync_destroy_thresh) {
445 nvgpu_mutex_acquire(&c->sync_lock); 445 nvgpu_mutex_acquire(&c->sync_lock);
446 if (!c->sync) { 446 if (!c->sync) {
447 c->sync = gk20a_channel_sync_create(c); 447 c->sync = gk20a_channel_sync_create(c, false);
448 if (!c->sync) { 448 if (!c->sync) {
449 err = -ENOMEM; 449 err = -ENOMEM;
450 nvgpu_mutex_release(&c->sync_lock); 450 nvgpu_mutex_release(&c->sync_lock);