summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorKonsta Holtta <kholtta@nvidia.com>2018-06-25 05:35:42 -0400
committermobile promotions <svcmobile_promotions@nvidia.com>2018-06-27 21:40:16 -0400
commit7998233b77a343d002b699d5f348bbeb243e16f5 (patch)
treeaa24afcc414be8fbccf6991804f69946e2b72525 /include
parent2ac6fb4253fa815ed17f09a01141b938c826dac9 (diff)
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 <kholtta@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/1760421 Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
Diffstat (limited to 'include')
-rw-r--r--include/trace/events/gk20a.h4
1 files changed, 4 insertions, 0 deletions
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,
646#define trace_gk20a_ltc_cbc_ctrl_start(arg...) ((void)(NULL)) 646#define trace_gk20a_ltc_cbc_ctrl_start(arg...) ((void)(NULL))
647#define trace_gk20a_ltc_cbc_ctrl_done(arg...) ((void)(NULL)) 647#define trace_gk20a_ltc_cbc_ctrl_done(arg...) ((void)(NULL))
648 648
649#define trace_gk20a_channel_submit_gpfifo(arg...) ((void)(NULL))
650#define trace_gk20a_channel_submitted_gpfifo(arg...) ((void)(NULL))
651#define trace_gk20a_push_cmdbuf(arg...) ((void)(NULL))
652
649#endif 653#endif