summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/fence_gk20a.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/fence_gk20a.c')
-rw-r--r--drivers/gpu/nvgpu/gk20a/fence_gk20a.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/fence_gk20a.c b/drivers/gpu/nvgpu/gk20a/fence_gk20a.c
index d0df8857..60858424 100644
--- a/drivers/gpu/nvgpu/gk20a/fence_gk20a.c
+++ b/drivers/gpu/nvgpu/gk20a/fence_gk20a.c
@@ -317,7 +317,7 @@ int gk20a_fence_from_syncpt(
317#ifdef CONFIG_SYNC 317#ifdef CONFIG_SYNC
318 if (need_sync_fence) { 318 if (need_sync_fence) {
319 sync_fence = nvgpu_nvhost_sync_create_fence(nvhost_dev, 319 sync_fence = nvgpu_nvhost_sync_create_fence(nvhost_dev,
320 id, value, 1, "fence"); 320 id, value, "fence");
321 if (IS_ERR(sync_fence)) 321 if (IS_ERR(sync_fence))
322 return -1; 322 return -1;
323 } 323 }