summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/ce2_gk20a.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/ce2_gk20a.h')
-rw-r--r--drivers/gpu/nvgpu/gk20a/ce2_gk20a.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/ce2_gk20a.h b/drivers/gpu/nvgpu/gk20a/ce2_gk20a.h
index 1d9d8c72..0b475f65 100644
--- a/drivers/gpu/nvgpu/gk20a/ce2_gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/ce2_gk20a.h
@@ -138,7 +138,6 @@ int gk20a_ce_execute_ops(struct gk20a *g,
138 unsigned int payload, 138 unsigned int payload,
139 int launch_flags, 139 int launch_flags,
140 int request_operation, 140 int request_operation,
141 struct gk20a_fence *gk20a_fence_in,
142 u32 submit_flags, 141 u32 submit_flags,
143 struct gk20a_fence **gk20a_fence_out); 142 struct gk20a_fence **gk20a_fence_out);
144void gk20a_ce_delete_context_priv(struct gk20a *g, 143void gk20a_ce_delete_context_priv(struct gk20a *g,
@@ -153,7 +152,6 @@ int gk20a_ce_prepare_submit(u64 src_buf,
153 unsigned int payload, 152 unsigned int payload,
154 int launch_flags, 153 int launch_flags,
155 int request_operation, 154 int request_operation,
156 u32 dma_copy_class, 155 u32 dma_copy_class);
157 struct gk20a_fence *gk20a_fence_in);
158 156
159#endif /*__CE2_GK20A_H__*/ 157#endif /*__CE2_GK20A_H__*/