aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/radeon/radeon_trace.h
diff options
context:
space:
mode:
authorChristian König <christian.koenig@amd.com>2013-09-07 18:29:00 +0200
committerAlex Deucher <alexander.deucher@amd.com>2013-09-11 11:44:33 -0400
commitc647dcfde67e5bf443159e70632091d852833408 (patch)
tree31664e7633aac38b44d1c080704b8dcd86059351 /drivers/gpu/drm/radeon/radeon_trace.h
parentdrm/radeon/r6xx: add a stubbed out set_uvd_clocks callback (diff)
downloadlinux-dev-c647dcfde67e5bf443159e70632091d852833408.tar.xz
linux-dev-c647dcfde67e5bf443159e70632091d852833408.zip
drm/radeon: remove stale radeon_fence_retire tracepoint
Not used for quite a while now. Signed-off-by: Christian König <christian.koenig@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/radeon/radeon_trace.h')
-rw-r--r--drivers/gpu/drm/radeon/radeon_trace.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/drivers/gpu/drm/radeon/radeon_trace.h b/drivers/gpu/drm/radeon/radeon_trace.h
index eafd8160a155..a7d7c6df68e2 100644
--- a/drivers/gpu/drm/radeon/radeon_trace.h
+++ b/drivers/gpu/drm/radeon/radeon_trace.h
@@ -53,13 +53,6 @@ DEFINE_EVENT(radeon_fence_request, radeon_fence_emit,
TP_ARGS(dev, seqno)
);
-DEFINE_EVENT(radeon_fence_request, radeon_fence_retire,
-
- TP_PROTO(struct drm_device *dev, u32 seqno),
-
- TP_ARGS(dev, seqno)
-);
-
DEFINE_EVENT(radeon_fence_request, radeon_fence_wait_begin,
TP_PROTO(struct drm_device *dev, u32 seqno),