summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/ce2_gk20a.h
diff options
context:
space:
mode:
authorKonsta Holtta <kholtta@nvidia.com>2018-01-05 09:11:14 -0500
committermobile promotions <svcmobile_promotions@nvidia.com>2018-01-26 13:50:33 -0500
commit91114cd6d4ca652cb726baf2329fa807442c68a8 (patch)
tree5fc2076ee7def83f6b984f6c4f5c2d0c0a892763 /drivers/gpu/nvgpu/gk20a/ce2_gk20a.h
parent66c5507dafaffcd59459bc9687d0439bab91ae13 (diff)
gpu: nvgpu: ce: drop prefence support
Delete the gk20a_fence_in argument in gk20a_ce_execute_ops. It has never been used and is in the way of some upcoming code cleanup. NVGPU-43 Change-Id: Ie61e1a2f4945b1e34d64880044c265d26fa822d7 Signed-off-by: Konsta Holtta <kholtta@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/1646036 Reviewed-by: svc-mobile-coverity <svc-mobile-coverity@nvidia.com> Reviewed-by: Alex Waterman <alexw@nvidia.com> GVS: Gerrit_Virtual_Submit Reviewed-by: Terje Bergstrom <tbergstrom@nvidia.com> Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
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__*/