From 2851c9f5c6c6847151d011d68ec00897ac9d9634 Mon Sep 17 00:00:00 2001 From: Wang Zhenyu Date: Mon, 4 Dec 2006 15:48:04 +0800 Subject: Bump i915 minor for ARB_OC ioctl --- shared-core/i915_drv.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'shared-core/i915_drv.h') diff --git a/shared-core/i915_drv.h b/shared-core/i915_drv.h index 85804ce7..57cdf388 100644 --- a/shared-core/i915_drv.h +++ b/shared-core/i915_drv.h @@ -48,9 +48,10 @@ * 1.5: Add vblank pipe configuration * 1.6: - New ioctl for scheduling buffer swaps on vertical blank * - Support vertical blank on secondary display pipe + * 1.8: New ioctl for ARB_Occlusion_Query */ #define DRIVER_MAJOR 1 -#define DRIVER_MINOR 7 +#define DRIVER_MINOR 8 #define DRIVER_PATCHLEVEL 0 #if defined(__linux__) -- cgit v1.2.3 From 31daf669624c35bdf686aaeea7d7844d0cb5141a Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Sat, 6 Jan 2007 17:40:50 -0800 Subject: Revert i915 drm driver name to i915; miniglx doesn't work otherwise Yes, this driver supports the new memory manager, that is indicated by the version number being >= 1.7. --- shared-core/i915_drv.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shared-core/i915_drv.h') diff --git a/shared-core/i915_drv.h b/shared-core/i915_drv.h index 57cdf388..98f58940 100644 --- a/shared-core/i915_drv.h +++ b/shared-core/i915_drv.h @@ -35,7 +35,7 @@ #define DRIVER_AUTHOR "Tungsten Graphics, Inc." -#define DRIVER_NAME "i915-mm" +#define DRIVER_NAME "i915" #define DRIVER_DESC "Intel Graphics" #define DRIVER_DATE "20060929" -- cgit v1.2.3