From 5c9ed8309493acb099463d25b32fabb5b7c004af Mon Sep 17 00:00:00 2001 From: Dave Airlie Date: Tue, 17 Aug 2004 13:10:05 +0000 Subject: Merged drmfntbl-0-0-1 --- shared/mach64.h | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'shared/mach64.h') diff --git a/shared/mach64.h b/shared/mach64.h index 2fde4466..6cfb786e 100644 --- a/shared/mach64.h +++ b/shared/mach64.h @@ -71,12 +71,6 @@ [DRM_IOCTL_NR(DRM_IOCTL_MACH64_FLUSH)] = { mach64_dma_flush, 1, 0 }, \ [DRM_IOCTL_NR(DRM_IOCTL_MACH64_GETPARAM)] = { mach64_get_param, 1, 0 } -/* Driver customization: - */ -#define DRIVER_PRETAKEDOWN(dev) do { \ - mach64_do_cleanup_dma( dev ); \ -} while (0) - /* DMA customization: */ #define __HAVE_DMA 1 @@ -85,10 +79,4 @@ #define __HAVE_SHARED_IRQ 1 #define __HAVE_IRQ 1 -/* Buffer customization: - */ - -#define DRIVER_AGP_BUFFERS_MAP( dev ) \ - ((drm_mach64_private_t *)((dev)->dev_private))->buffers - #endif -- cgit v1.2.3