summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/common/linux/os_fence_android_syncpt.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/common/linux/os_fence_android_syncpt.c')
-rw-r--r--drivers/gpu/nvgpu/common/linux/os_fence_android_syncpt.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/common/linux/os_fence_android_syncpt.c b/drivers/gpu/nvgpu/common/linux/os_fence_android_syncpt.c
index 76def831..b3712011 100644
--- a/drivers/gpu/nvgpu/common/linux/os_fence_android_syncpt.c
+++ b/drivers/gpu/nvgpu/common/linux/os_fence_android_syncpt.c
@@ -88,6 +88,7 @@ int nvgpu_os_fence_syncpt_wait_gen_cmd(struct nvgpu_os_fence *s,
88static const struct nvgpu_os_fence_ops syncpt_ops = { 88static const struct nvgpu_os_fence_ops syncpt_ops = {
89 .program_waits = nvgpu_os_fence_syncpt_wait_gen_cmd, 89 .program_waits = nvgpu_os_fence_syncpt_wait_gen_cmd,
90 .drop_ref = nvgpu_os_fence_android_drop_ref, 90 .drop_ref = nvgpu_os_fence_android_drop_ref,
91 .install_fence = nvgpu_os_fence_android_install_fd,
91}; 92};
92 93
93int nvgpu_os_fence_syncpt_create( 94int nvgpu_os_fence_syncpt_create(