summaryrefslogtreecommitdiffstats
path: root/include/trace/events
diff options
context:
space:
mode:
authorTerje Bergstrom <tbergstrom@nvidia.com>2017-03-17 12:55:43 -0400
committermobile promotions <svcmobile_promotions@nvidia.com>2017-03-20 19:40:02 -0400
commit866fee02478eb9db7978a81618b601eb717d4799 (patch)
tree119d9db1a65266ef758b2a925bbd20bae557a2c1 /include/trace/events
parent74fe1caa2b56aab24c17ad4dd2524128fc237894 (diff)
gpu: nvgpu: Remove ELPG_FLUSH
ELPG_FLUSH is not accessible in later GPUs, so we stopped using it and instead do explicit CBC and L2 flushes. Delete the unused function op and backing code. Change-Id: Ic3eb97f2d32ea8fdbe5ec57bd9254268caaf9935 Signed-off-by: Terje Bergstrom <tbergstrom@nvidia.com> Reviewed-on: http://git-master/r/1323236 Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@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 a6939833..ae5255a4 100644
--- a/include/trace/events/gk20a.h
+++ b/include/trace/events/gk20a.h
@@ -120,16 +120,6 @@ DEFINE_EVENT(gk20a, gr_gk20a_handle_sw_method,
120 TP_ARGS(name) 120 TP_ARGS(name)
121); 121);
122 122
123DEFINE_EVENT(gk20a, gk20a_mm_g_elpg_flush_locked,
124 TP_PROTO(const char *name),
125 TP_ARGS(name)
126);
127
128DEFINE_EVENT(gk20a, gk20a_mm_g_elpg_flush_locked_done,
129 TP_PROTO(const char *name),
130 TP_ARGS(name)
131);
132
133DECLARE_EVENT_CLASS(gk20a_channel, 123DECLARE_EVENT_CLASS(gk20a_channel,
134 TP_PROTO(int channel), 124 TP_PROTO(int channel),
135 TP_ARGS(channel), 125 TP_ARGS(channel),