summaryrefslogtreecommitdiff
path: root/linux/gamma.h
diff options
context:
space:
mode:
authorGareth Hughes <gareth@users.sourceforge.net>2001-02-15 08:12:14 +0000
committerGareth Hughes <gareth@users.sourceforge.net>2001-02-15 08:12:14 +0000
commit360475376c5a597caf4a981c934a6b0d783fa94d (patch)
tree433f6970813deb74a2c8e1636b772a1f8567b267 /linux/gamma.h
parent38c22bc4883ac201bde7f5f130a72acd1be68ec5 (diff)
Merge mga-1-0-0-branch into trunk.
Diffstat (limited to 'linux/gamma.h')
-rw-r--r--linux/gamma.h22
1 files changed, 22 insertions, 0 deletions
diff --git a/linux/gamma.h b/linux/gamma.h
new file mode 100644
index 00000000..5ca1f745
--- /dev/null
+++ b/linux/gamma.h
@@ -0,0 +1,22 @@
+#ifndef __GAMMA_H__
+#define __GAMMA_H__
+
+/* This remains constant for all DRM template files.
+ */
+#define DRM(x) gamma_##x
+
+#define __HAVE_MTRR 1
+#define __HAVE_PCI_DMA 1
+#define __HAVE_CTX_BITMAP 0
+#define __HAVE_MULTIPLE_DMA_QUEUES 1
+#define __HAVE_DMA_FLUSH 1
+#define __HAVE_DMA_QUEUE 0
+#define __HAVE_DMA_SCHEDULE 1
+#define __HAVE_DMA_WAITQUEUE 1
+#define __HAVE_DMA_WAITLIST 1
+#define __HAVE_DMA_FREELIST 1
+#define __HAVE_DMA 1
+#define __HAVE_OLD_DMA 1
+#define __HAVE_DMA_IRQ 1
+
+#endif