summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/gpu/nvgpu/gk20a/sync_gk20a.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/sync_gk20a.c b/drivers/gpu/nvgpu/gk20a/sync_gk20a.c
index 5e15cd5f..74cf5c5a 100644
--- a/drivers/gpu/nvgpu/gk20a/sync_gk20a.c
+++ b/drivers/gpu/nvgpu/gk20a/sync_gk20a.c
@@ -1,7 +1,7 @@
1/* 1/*
2 * GK20A Sync Framework Integration 2 * GK20A Sync Framework Integration
3 * 3 *
4 * Copyright (c) 2014, NVIDIA CORPORATION. All rights reserved. 4 * Copyright (c) 2014-2015, NVIDIA CORPORATION. All rights reserved.
5 * 5 *
6 * This program is free software; you can redistribute it and/or modify it 6 * This program is free software; you can redistribute it and/or modify it
7 * under the terms and conditions of the GNU General Public License, 7 * under the terms and conditions of the GNU General Public License,
@@ -341,7 +341,7 @@ struct sync_fence *gk20a_sync_fence_fdget(int fd)
341 341
342void gk20a_sync_timeline_signal(struct sync_timeline *timeline) 342void gk20a_sync_timeline_signal(struct sync_timeline *timeline)
343{ 343{
344 sync_timeline_signal(timeline); 344 sync_timeline_signal(timeline, 0);
345} 345}
346 346
347void gk20a_sync_timeline_destroy(struct sync_timeline *timeline) 347void gk20a_sync_timeline_destroy(struct sync_timeline *timeline)