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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/os/linux/channel.h b/drivers/gpu/nvgpu/os/linux/channel.h
index 689ad8bf..43fa492b 100644
--- a/drivers/gpu/nvgpu/os/linux/channel.h
+++ b/drivers/gpu/nvgpu/os/linux/channel.h
@@ -85,7 +85,7 @@ struct channel_gk20a *gk20a_open_new_channel_with_cb(struct gk20a *g,
85 bool is_privileged_channel); 85 bool is_privileged_channel);
86 86
87int gk20a_submit_channel_gpfifo_user(struct channel_gk20a *c, 87int gk20a_submit_channel_gpfifo_user(struct channel_gk20a *c,
88 struct nvgpu_submit_gpfifo_args *args, 88 struct nvgpu_gpfifo_userdata userdata,
89 u32 num_entries, 89 u32 num_entries,
90 u32 flags, 90 u32 flags,
91 struct nvgpu_channel_fence *fence, 91 struct nvgpu_channel_fence *fence,