summaryrefslogtreecommitdiff
path: root/shared-core/r128_drv.h
diff options
context:
space:
mode:
authorDave Airlie <airlied@linux.ie>2005-07-16 03:11:53 +0000
committerDave Airlie <airlied@linux.ie>2005-07-16 03:11:53 +0000
commitd3d3184fe4b2fa72ed55813bd7eac72659f2375e (patch)
tree440552ee7a5cbd7b72b07f41fa5a0d036e349d6a /shared-core/r128_drv.h
parent9803eb179c8edd8d62b038f550c63a4aa589615e (diff)
revert last change due to me bring up too early
Diffstat (limited to 'shared-core/r128_drv.h')
-rw-r--r--shared-core/r128_drv.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/shared-core/r128_drv.h b/shared-core/r128_drv.h
index 97072792..ae740548 100644
--- a/shared-core/r128_drv.h
+++ b/shared-core/r128_drv.h
@@ -47,11 +47,10 @@
* ?? - ??
* 2.4 - Add support for ycbcr textures (no new ioctls)
* 2.5 - Add FLIP ioctl, disable FULLSCREEN.
- * 2.5.1 - fix GETPARAM ioctl direction bits
*/
#define DRIVER_MAJOR 2
#define DRIVER_MINOR 5
-#define DRIVER_PATCHLEVEL 1
+#define DRIVER_PATCHLEVEL 0
#define GET_RING_HEAD(dev_priv) R128_READ( R128_PM4_BUFFER_DL_RPTR )