summaryrefslogtreecommitdiff
path: root/shared/i915.h
diff options
context:
space:
mode:
authorAlan Hourihane <alanh@fairlite.demon.co.uk>2005-01-06 17:51:32 +0000
committerAlan Hourihane <alanh@fairlite.demon.co.uk>2005-01-06 17:51:32 +0000
commitfcece3cf34ed5cc7e82d324362a40b3dd5493bbe (patch)
tree82d3690128574e1a0ac43068d658e90c685dcb2d /shared/i915.h
parentc6c7496ca090dd56599de5bb1398f69762569d5e (diff)
Add i915GM support Add resume functionality (must be used with later DDX)
Bump to 1.2
Diffstat (limited to 'shared/i915.h')
-rw-r--r--shared/i915.h10
1 files changed, 3 insertions, 7 deletions
diff --git a/shared/i915.h b/shared/i915.h
index d76d737b..360665ae 100644
--- a/shared/i915.h
+++ b/shared/i915.h
@@ -21,14 +21,15 @@
#define DRIVER_NAME "i915"
#define DRIVER_DESC "Intel Graphics"
-#define DRIVER_DATE "20040405"
+#define DRIVER_DATE "20041217"
/* Interface history:
*
* 1.1: Original.
+ * 1.2: Add Power Management
*/
#define DRIVER_MAJOR 1
-#define DRIVER_MINOR 1
+#define DRIVER_MINOR 2
#define DRIVER_PATCHLEVEL 0
#define DRIVER_IOCTLS \
@@ -45,9 +46,4 @@
[DRM_IOCTL_NR(DRM_IOCTL_I915_INIT_HEAP)] = { i915_mem_init_heap, 1, 1 }, \
[DRM_IOCTL_NR(DRM_IOCTL_I915_CMDBUFFER)] = { i915_cmdbuffer, 1, 0 }
-/* We use our own dma mechanisms, not the drm template code. However,
- * the shared IRQ code is useful to us:
- */
-#define __HAVE_PM 1
-
#endif