diff options
author | Dave Airlie <airlied@linux.ie> | 2007-04-09 22:00:34 +1000 |
---|---|---|
committer | Dave Airlie <airlied@linux.ie> | 2007-04-09 22:00:34 +1000 |
commit | 29f8fe80469a161c89c1a690ae2b62b3c21e4794 (patch) | |
tree | 8284c3dc1db78f4c0cd0c4026068fbcd50c0d1ce | |
parent | a70f8e0ab265cc4a26ed2f9e92ab0618bd920a93 (diff) |
radeon: bump version for IGPGART support
-rw-r--r-- | shared-core/radeon_drv.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/shared-core/radeon_drv.h b/shared-core/radeon_drv.h index 646b2c56..950f6828 100644 --- a/shared-core/radeon_drv.h +++ b/shared-core/radeon_drv.h @@ -96,10 +96,11 @@ * 1.25- Add support for r200 vertex programs (R200_EMIT_VAP_PVS_CNTL, * new packet type) * 1.26- Add support for variable size PCI(E) gart aperture + * 1.27- Add support for IGP GART */ #define DRIVER_MAJOR 1 -#define DRIVER_MINOR 26 +#define DRIVER_MINOR 27 #define DRIVER_PATCHLEVEL 0 /* |