From e21473c88853bb6f539ecca1c76e692d748bb722 Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Thu, 24 Apr 2003 00:37:35 +0000 Subject: Remove DRM_DMA_HISTOGRAM and associated code. --- bsd/drm_lists.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'bsd/drm_lists.h') diff --git a/bsd/drm_lists.h b/bsd/drm_lists.h index 8c34e117..caac72cc 100644 --- a/bsd/drm_lists.h +++ b/bsd/drm_lists.h @@ -83,9 +83,6 @@ int DRM(waitlist_put)(drm_waitlist_t *bl, drm_buf_t *buf) buf->idx, buf->pid); return DRM_ERR( EINVAL ); } -#if __HAVE_DMA_HISTOGRAM - getnanotime(&buf->time_queued); -#endif buf->list = DRM_LIST_WAIT; DRM_SPINLOCK(&bl->write_lock); @@ -159,10 +156,6 @@ int DRM(freelist_put)(drm_device_t *dev, drm_freelist_t *bl, drm_buf_t *buf) buf->idx, buf->waiting, buf->pending, buf->list); } if (!bl) return 1; -#if __HAVE_DMA_HISTOGRAM - getnanotime(&buf->time_queued); - DRM(histogram_compute)(dev, buf); -#endif buf->list = DRM_LIST_FREE; DRM_SPINLOCK( &bl->lock ); -- cgit v1.2.3