summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/common/linux/channel.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/common/linux/channel.c')
-rw-r--r--drivers/gpu/nvgpu/common/linux/channel.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/nvgpu/common/linux/channel.c b/drivers/gpu/nvgpu/common/linux/channel.c
index dc35fbc0..ad127606 100644
--- a/drivers/gpu/nvgpu/common/linux/channel.c
+++ b/drivers/gpu/nvgpu/common/linux/channel.c
@@ -416,7 +416,7 @@ static void trace_write_pushbuffer_range(struct channel_gk20a *c,
416 * Handle the submit synchronization - pre-fences and post-fences. 416 * Handle the submit synchronization - pre-fences and post-fences.
417 */ 417 */
418static int gk20a_submit_prepare_syncs(struct channel_gk20a *c, 418static int gk20a_submit_prepare_syncs(struct channel_gk20a *c,
419 struct nvgpu_fence *fence, 419 struct nvgpu_channel_fence *fence,
420 struct channel_gk20a_job *job, 420 struct channel_gk20a_job *job,
421 struct priv_cmd_entry **wait_cmd, 421 struct priv_cmd_entry **wait_cmd,
422 struct priv_cmd_entry **incr_cmd, 422 struct priv_cmd_entry **incr_cmd,
@@ -663,7 +663,7 @@ int gk20a_submit_channel_gpfifo(struct channel_gk20a *c,
663 struct nvgpu_submit_gpfifo_args *args, 663 struct nvgpu_submit_gpfifo_args *args,
664 u32 num_entries, 664 u32 num_entries,
665 u32 flags, 665 u32 flags,
666 struct nvgpu_fence *fence, 666 struct nvgpu_channel_fence *fence,
667 struct gk20a_fence **fence_out, 667 struct gk20a_fence **fence_out,
668 bool force_need_sync_fence, 668 bool force_need_sync_fence,
669 struct fifo_profile_gk20a *profile) 669 struct fifo_profile_gk20a *profile)