diff options
author | Keith Packard <keithp@mandolin.keithp.com> | 2007-01-06 17:40:50 -0800 |
---|---|---|
committer | Keith Packard <keithp@mandolin.keithp.com> | 2007-01-06 17:40:50 -0800 |
commit | 31daf669624c35bdf686aaeea7d7844d0cb5141a (patch) | |
tree | 206ead339ff6e638eb8dd9e6aca1c5a2418a645d | |
parent | 2851c9f5c6c6847151d011d68ec00897ac9d9634 (diff) |
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.
-rw-r--r-- | shared-core/i915_drv.h | 2 |
1 files changed, 1 insertions, 1 deletions
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" |