summaryrefslogtreecommitdiff
path: root/shared-core/i915_drv.h
diff options
context:
space:
mode:
authorThomas Hellstrom <thomas-at-tungstengraphics-dot-com>2006-09-28 11:33:03 +0200
committerThomas Hellstrom <thomas-at-tungstengraphics-dot-com>2006-09-28 11:33:03 +0200
commitc52fafa6288b4e6ecfce27151969749113a41f0b (patch)
tree9e9d8bedff7c854294fe99870241d6f184c7846a /shared-core/i915_drv.h
parent1c6f0ea43c47603c2265248ce8a91698c8982f3c (diff)
Don't enable fence / buffer objects on non-linux systems.
Bump driver minor and date.
Diffstat (limited to 'shared-core/i915_drv.h')
-rw-r--r--shared-core/i915_drv.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/shared-core/i915_drv.h b/shared-core/i915_drv.h
index 402ad5b1..745377c6 100644
--- a/shared-core/i915_drv.h
+++ b/shared-core/i915_drv.h
@@ -35,9 +35,9 @@
#define DRIVER_AUTHOR "Tungsten Graphics, Inc."
-#define DRIVER_NAME "i915"
+#define DRIVER_NAME "i915-mm"
#define DRIVER_DESC "Intel Graphics"
-#define DRIVER_DATE "20060119"
+#define DRIVER_DATE "20060923"
/* Interface history:
*
@@ -48,7 +48,7 @@
* 1.5: Add vblank pipe configuration
*/
#define DRIVER_MAJOR 1
-#define DRIVER_MINOR 5
+#define DRIVER_MINOR 6
#define DRIVER_PATCHLEVEL 0
#if defined(__linux__)