summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/include
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/include')
-rw-r--r--drivers/gpu/nvgpu/include/nvgpu/channel_sync.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/gpu/nvgpu/include/nvgpu/channel_sync.h b/drivers/gpu/nvgpu/include/nvgpu/channel_sync.h
index b5936edc..f0b2b860 100644
--- a/drivers/gpu/nvgpu/include/nvgpu/channel_sync.h
+++ b/drivers/gpu/nvgpu/include/nvgpu/channel_sync.h
@@ -98,11 +98,11 @@ struct nvgpu_channel_sync {
98 98
99void channel_sync_semaphore_gen_wait_cmd(struct channel_gk20a *c, 99void channel_sync_semaphore_gen_wait_cmd(struct channel_gk20a *c,
100 struct nvgpu_semaphore *sema, struct priv_cmd_entry *wait_cmd, 100 struct nvgpu_semaphore *sema, struct priv_cmd_entry *wait_cmd,
101 u32 wait_cmd_size, int pos); 101 u32 wait_cmd_size, u32 pos);
102 102
103int channel_sync_syncpt_gen_wait_cmd(struct channel_gk20a *c, 103int channel_sync_syncpt_gen_wait_cmd(struct channel_gk20a *c,
104 u32 id, u32 thresh, struct priv_cmd_entry *wait_cmd, 104 u32 id, u32 thresh, struct priv_cmd_entry *wait_cmd,
105 u32 wait_cmd_size, int pos, bool preallocated); 105 u32 wait_cmd_size, u32 pos, bool preallocated);
106 106
107void nvgpu_channel_sync_destroy(struct nvgpu_channel_sync *sync, 107void nvgpu_channel_sync_destroy(struct nvgpu_channel_sync *sync,
108 bool set_safe_state); 108 bool set_safe_state);
@@ -110,4 +110,4 @@ struct nvgpu_channel_sync *nvgpu_channel_sync_create(struct channel_gk20a *c,
110 bool user_managed); 110 bool user_managed);
111bool nvgpu_channel_sync_needs_os_fence_framework(struct gk20a *g); 111bool nvgpu_channel_sync_needs_os_fence_framework(struct gk20a *g);
112 112
113#endif /* NVGPU_GK20A_CHANNEL_SYNC_GK20A_H */ 113#endif /* NVGPU_CHANNEL_SYNC_H */