From 7998233b77a343d002b699d5f348bbeb243e16f5 Mon Sep 17 00:00:00 2001 From: Konsta Holtta Date: Mon, 25 Jun 2018 12:35:42 +0300 Subject: gpu: nvgpu: move submit code to common To finish OS unification of the submit path, move the gk20a_submit_channel_gpfifo* functions to a file that's accessible also outside Linux code. Also change the prefix of the submit functions from gk20a_ to nvgpu_. Jira NVGPU-705 Change-Id: I8ca355d1eb69771fb016c7a21fc7f102ca7967d7 Signed-off-by: Konsta Holtta Reviewed-on: https://git-master.nvidia.com/r/1760421 Reviewed-by: mobile promotions Tested-by: mobile promotions --- include/trace/events/gk20a.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include') diff --git a/include/trace/events/gk20a.h b/include/trace/events/gk20a.h index ef51451a..8c73ac7e 100644 --- a/include/trace/events/gk20a.h +++ b/include/trace/events/gk20a.h @@ -646,4 +646,8 @@ DEFINE_EVENT(gk20a_cde, gk20a_cde_finished_ctx_cb, #define trace_gk20a_ltc_cbc_ctrl_start(arg...) ((void)(NULL)) #define trace_gk20a_ltc_cbc_ctrl_done(arg...) ((void)(NULL)) +#define trace_gk20a_channel_submit_gpfifo(arg...) ((void)(NULL)) +#define trace_gk20a_channel_submitted_gpfifo(arg...) ((void)(NULL)) +#define trace_gk20a_push_cmdbuf(arg...) ((void)(NULL)) + #endif -- cgit v1.2.2