diff options
author | Keith Whitwell <keith@tungstengraphics.com> | 2003-04-22 12:14:59 +0000 |
---|---|---|
committer | Keith Whitwell <keith@tungstengraphics.com> | 2003-04-22 12:14:59 +0000 |
commit | 73e20998b46bd8aa6ac903bc4701711d9a527f63 (patch) | |
tree | 447a8911e472cf9b42ead87548f6ec361847842b /linux/drmP.h | |
parent | 700e880c3dbaf3532287ad423f3158adbac85fb7 (diff) |
Rename drm_lists.h to gamma_lists.h
Diffstat (limited to 'linux/drmP.h')
-rw-r--r-- | linux/drmP.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/linux/drmP.h b/linux/drmP.h index 9fd4149a..2cdc5f09 100644 --- a/linux/drmP.h +++ b/linux/drmP.h @@ -833,20 +833,6 @@ extern void DRM(dma_immediate_bh)( void *dev ); #endif #endif - /* Buffer list support (drm_lists.h) */ -#if __HAVE_DMA_WAITLIST -extern int DRM(waitlist_create)(drm_waitlist_t *bl, int count); -extern int DRM(waitlist_destroy)(drm_waitlist_t *bl); -extern int DRM(waitlist_put)(drm_waitlist_t *bl, drm_buf_t *buf); -extern drm_buf_t *DRM(waitlist_get)(drm_waitlist_t *bl); -#endif -#if __HAVE_DMA_FREELIST -extern int DRM(freelist_create)(drm_freelist_t *bl, int count); -extern int DRM(freelist_destroy)(drm_freelist_t *bl); -extern int DRM(freelist_put)(drm_device_t *dev, drm_freelist_t *bl, - drm_buf_t *buf); -extern drm_buf_t *DRM(freelist_get)(drm_freelist_t *bl, int block); -#endif #endif /* __HAVE_DMA */ #if __REALLY_HAVE_AGP |