summaryrefslogtreecommitdiffstats
path: root/include/trace/events
diff options
context:
space:
mode:
authorAingara Paramakuru <aparamakuru@nvidia.com>2016-08-15 14:17:43 -0400
committermobile promotions <svcmobile_promotions@nvidia.com>2016-09-15 15:23:29 -0400
commit33665060728693c28ed5222a0d9004e261c63e82 (patch)
treec3122ee8fd6cd95af074b27e91a33be8ec9c64f5 /include/trace/events
parentb700d3a0408fff6920cae9b8a3f434530586eb70 (diff)
gpu: nvgpu: move gpfifo submit wait to userspace
Instead of blocking for gpfifo space in the nvgpu driver, return -EAGAIN and allow userspace to decide the blocking policy. Bug 1795076 Change-Id: Ie091caa92aad3f68bc01a3456ad948e76883bc50 Signed-off-by: Aingara Paramakuru <aparamakuru@nvidia.com> Reviewed-on: http://git-master/r/1202591 (cherry picked from commit 8056f422c6a34a4239fc4993c40c2e517c932714) Reviewed-on: http://git-master/r/1203800 Reviewed-by: Automatic_Commit_Validation_User GVS: Gerrit_Virtual_Submit Reviewed-by: Terje Bergstrom <tbergstrom@nvidia.com>
Diffstat (limited to 'include/trace/events')
-rw-r--r--include/trace/events/gk20a.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/include/trace/events/gk20a.h b/include/trace/events/gk20a.h
index ba71dda2..a6939833 100644
--- a/include/trace/events/gk20a.h
+++ b/include/trace/events/gk20a.h
@@ -55,16 +55,6 @@ DEFINE_EVENT(gk20a, gk20a_finalize_poweron_done,
55 TP_ARGS(name) 55 TP_ARGS(name)
56); 56);
57 57
58DEFINE_EVENT(gk20a, gk20a_gpfifo_submit_wait_for_space,
59 TP_PROTO(const char *name),
60 TP_ARGS(name)
61);
62
63DEFINE_EVENT(gk20a, gk20a_gpfifo_submit_wait_for_space_done,
64 TP_PROTO(const char *name),
65 TP_ARGS(name)
66);
67
68DEFINE_EVENT(gk20a, gk20a_mm_l2_invalidate, 58DEFINE_EVENT(gk20a, gk20a_mm_l2_invalidate,
69 TP_PROTO(const char *name), 59 TP_PROTO(const char *name),
70 TP_ARGS(name) 60 TP_ARGS(name)