summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/os/linux/os_fence_android_syncpt.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/os/linux/os_fence_android_syncpt.c')
-rw-r--r--drivers/gpu/nvgpu/os/linux/os_fence_android_syncpt.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/nvgpu/os/linux/os_fence_android_syncpt.c b/drivers/gpu/nvgpu/os/linux/os_fence_android_syncpt.c
index b15dba19..fe09db8f 100644
--- a/drivers/gpu/nvgpu/os/linux/os_fence_android_syncpt.c
+++ b/drivers/gpu/nvgpu/os/linux/os_fence_android_syncpt.c
@@ -23,9 +23,9 @@
23#include <nvgpu/nvhost.h> 23#include <nvgpu/nvhost.h>
24#include <nvgpu/atomic.h> 24#include <nvgpu/atomic.h>
25#include <nvgpu/channel.h> 25#include <nvgpu/channel.h>
26#include <nvgpu/channel_sync.h>
26 27
27#include "gk20a/gk20a.h" 28#include "gk20a/gk20a.h"
28#include "gk20a/channel_sync_gk20a.h"
29#include "gk20a/mm_gk20a.h" 29#include "gk20a/mm_gk20a.h"
30 30
31#include "../drivers/staging/android/sync.h" 31#include "../drivers/staging/android/sync.h"
@@ -76,7 +76,7 @@ int nvgpu_os_fence_syncpt_wait_gen_cmd(struct nvgpu_os_fence *s,
76 u32 wait_id = nvgpu_nvhost_sync_pt_id(pt); 76 u32 wait_id = nvgpu_nvhost_sync_pt_id(pt);
77 u32 wait_value = nvgpu_nvhost_sync_pt_thresh(pt); 77 u32 wait_value = nvgpu_nvhost_sync_pt_thresh(pt);
78 78
79 err = gk20a_channel_gen_syncpt_wait_cmd(c, wait_id, wait_value, 79 err = channel_sync_syncpt_gen_wait_cmd(c, wait_id, wait_value,
80 wait_cmd, wait_cmd_size, i, true); 80 wait_cmd, wait_cmd_size, i, true);
81 } 81 }
82 82