From 91114cd6d4ca652cb726baf2329fa807442c68a8 Mon Sep 17 00:00:00 2001 From: Konsta Holtta Date: Fri, 5 Jan 2018 16:11:14 +0200 Subject: 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 Reviewed-on: https://git-master.nvidia.com/r/1646036 Reviewed-by: svc-mobile-coverity Reviewed-by: Alex Waterman GVS: Gerrit_Virtual_Submit Reviewed-by: Terje Bergstrom Reviewed-by: mobile promotions Tested-by: mobile promotions --- drivers/gpu/nvgpu/gk20a/ce2_gk20a.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'drivers/gpu/nvgpu/gk20a/ce2_gk20a.c') 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, unsigned int payload, int launch_flags, int request_operation, - u32 dma_copy_class, - struct gk20a_fence *gk20a_fence_in) + u32 dma_copy_class) { u32 launch = 0; u32 methodSize = 0; -- cgit v1.2.2