summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/fence_gk20a.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/fence_gk20a.h')
-rw-r--r--drivers/gpu/nvgpu/gk20a/fence_gk20a.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/fence_gk20a.h b/drivers/gpu/nvgpu/gk20a/fence_gk20a.h
index ff00bcf1..35488ea3 100644
--- a/drivers/gpu/nvgpu/gk20a/fence_gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/fence_gk20a.h
@@ -52,7 +52,7 @@ struct gk20a_fence *gk20a_fence_from_semaphore(
52 struct gk20a_semaphore *semaphore, 52 struct gk20a_semaphore *semaphore,
53 wait_queue_head_t *semaphore_wq, 53 wait_queue_head_t *semaphore_wq,
54 struct sync_fence *dependency, 54 struct sync_fence *dependency,
55 bool wfi); 55 bool wfi, bool need_sync_fence);
56 56
57struct gk20a_fence *gk20a_fence_from_syncpt( 57struct gk20a_fence *gk20a_fence_from_syncpt(
58 struct platform_device *host1x_pdev, 58 struct platform_device *host1x_pdev,