From 33665060728693c28ed5222a0d9004e261c63e82 Mon Sep 17 00:00:00 2001 From: Aingara Paramakuru Date: Mon, 15 Aug 2016 14:17:43 -0400 Subject: 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 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 --- include/trace/events/gk20a.h | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'include/trace/events') 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, TP_ARGS(name) ); -DEFINE_EVENT(gk20a, gk20a_gpfifo_submit_wait_for_space, - TP_PROTO(const char *name), - TP_ARGS(name) -); - -DEFINE_EVENT(gk20a, gk20a_gpfifo_submit_wait_for_space_done, - TP_PROTO(const char *name), - TP_ARGS(name) -); - DEFINE_EVENT(gk20a, gk20a_mm_l2_invalidate, TP_PROTO(const char *name), TP_ARGS(name) -- cgit v1.2.2