summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/common/linux/channel.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/common/linux/channel.h')
-rw-r--r--drivers/gpu/nvgpu/common/linux/channel.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/nvgpu/common/linux/channel.h b/drivers/gpu/nvgpu/common/linux/channel.h
index 35be425a..85be581a 100644
--- a/drivers/gpu/nvgpu/common/linux/channel.h
+++ b/drivers/gpu/nvgpu/common/linux/channel.h
@@ -24,7 +24,7 @@
24struct channel_gk20a; 24struct channel_gk20a;
25struct nvgpu_gpfifo; 25struct nvgpu_gpfifo;
26struct nvgpu_submit_gpfifo_args; 26struct nvgpu_submit_gpfifo_args;
27struct nvgpu_fence; 27struct nvgpu_channel_fence;
28struct gk20a_fence; 28struct gk20a_fence;
29struct fifo_profile_gk20a; 29struct fifo_profile_gk20a;
30struct nvgpu_os_linux; 30struct nvgpu_os_linux;
@@ -75,7 +75,7 @@ int gk20a_submit_channel_gpfifo(struct channel_gk20a *c,
75 struct nvgpu_submit_gpfifo_args *args, 75 struct nvgpu_submit_gpfifo_args *args,
76 u32 num_entries, 76 u32 num_entries,
77 u32 flags, 77 u32 flags,
78 struct nvgpu_fence *fence, 78 struct nvgpu_channel_fence *fence,
79 struct gk20a_fence **fence_out, 79 struct gk20a_fence **fence_out,
80 bool force_need_sync_fence, 80 bool force_need_sync_fence,
81 struct fifo_profile_gk20a *profile); 81 struct fifo_profile_gk20a *profile);