summaryrefslogtreecommitdiff
path: root/shared/mach64.h
diff options
context:
space:
mode:
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