summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a')
-rw-r--r--drivers/gpu/nvgpu/gk20a/ce2_gk20a.c3
-rw-r--r--drivers/gpu/nvgpu/gk20a/ce2_gk20a.h4
2 files changed, 2 insertions, 5 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/ce2_gk20a.c b/drivers/gpu/nvgpu/gk20a/ce2_gk20a.c
index a3afa7c1..c4fcca3c 100644
--- a/drivers/gpu/nvgpu/gk20a/ce2_gk20a.c
+++ b/drivers/gpu/nvgpu/gk20a/ce2_gk20a.c
@@ -208,8 +208,7 @@ int gk20a_ce_prepare_submit(u64 src_buf,
208 unsigned int payload, 208 unsigned int payload,
209 int launch_flags, 209 int launch_flags,
210 int request_operation, 210 int request_operation,
211 u32 dma_copy_class, 211 u32 dma_copy_class)
212 struct gk20a_fence *gk20a_fence_in)
213{ 212{
214 u32 launch = 0; 213 u32 launch = 0;
215 u32 methodSize = 0; 214 u32 methodSize = 0;
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__*/