summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/os/linux/channel.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/os/linux/channel.h')
-rw-r--r--drivers/gpu/nvgpu/os/linux/channel.h10
1 files changed, 8 insertions, 2 deletions
diff --git a/drivers/gpu/nvgpu/os/linux/channel.h b/drivers/gpu/nvgpu/os/linux/channel.h
index 4a58b10c..689ad8bf 100644
--- a/drivers/gpu/nvgpu/os/linux/channel.h
+++ b/drivers/gpu/nvgpu/os/linux/channel.h
@@ -84,8 +84,7 @@ struct channel_gk20a *gk20a_open_new_channel_with_cb(struct gk20a *g,
84 int runlist_id, 84 int runlist_id,
85 bool is_privileged_channel); 85 bool is_privileged_channel);
86 86
87int gk20a_submit_channel_gpfifo(struct channel_gk20a *c, 87int gk20a_submit_channel_gpfifo_user(struct channel_gk20a *c,
88 struct nvgpu_gpfifo_entry *gpfifo,
89 struct nvgpu_submit_gpfifo_args *args, 88 struct nvgpu_submit_gpfifo_args *args,
90 u32 num_entries, 89 u32 num_entries,
91 u32 flags, 90 u32 flags,
@@ -93,4 +92,11 @@ int gk20a_submit_channel_gpfifo(struct channel_gk20a *c,
93 struct gk20a_fence **fence_out, 92 struct gk20a_fence **fence_out,
94 struct fifo_profile_gk20a *profile); 93 struct fifo_profile_gk20a *profile);
95 94
95int gk20a_submit_channel_gpfifo_kernel(struct channel_gk20a *c,
96 struct nvgpu_gpfifo_entry *gpfifo,
97 u32 num_entries,
98 u32 flags,
99 struct nvgpu_channel_fence *fence,
100 struct gk20a_fence **fence_out);
101
96#endif /* __NVGPU_CHANNEL_H__ */ 102#endif /* __NVGPU_CHANNEL_H__ */