summaryrefslogtreecommitdiff
path: root/shared/mach64.h
diff options
context:
space:
mode:
authorDave Airlie <airlied@linux.ie>2004-08-17 13:10:05 +0000
committerDave Airlie <airlied@linux.ie>2004-08-17 13:10:05 +0000
commit5c9ed8309493acb099463d25b32fabb5b7c004af (patch)
treeeec5be6f9374b5a2f61d52bd02ba0a44ba7e636d /shared/mach64.h
parent93e8c201afac565942f9d3523ac808d3220d6d0e (diff)
Merged drmfntbl-0-0-1
Diffstat (limited to 'shared/mach64.h')
-rw-r--r--shared/mach64.h12
1 files changed, 0 insertions, 12 deletions
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