diff options
author | Dave Airlie <airlied@linux.ie> | 2005-07-16 02:07:14 +0000 |
---|---|---|
committer | Dave Airlie <airlied@linux.ie> | 2005-07-16 02:07:14 +0000 |
commit | 9803eb179c8edd8d62b038f550c63a4aa589615e (patch) | |
tree | 799231db312538485523538cb277394e8943da5d /shared-core/r128_drv.h | |
parent | d6d67dbf92d64a4c662dcad52d720883da9d5e19 (diff) |
up the version
Diffstat (limited to 'shared-core/r128_drv.h')
-rw-r--r-- | shared-core/r128_drv.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/shared-core/r128_drv.h b/shared-core/r128_drv.h index ae740548..97072792 100644 --- a/shared-core/r128_drv.h +++ b/shared-core/r128_drv.h @@ -47,10 +47,11 @@ * ?? - ?? * 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 0 +#define DRIVER_PATCHLEVEL 1 #define GET_RING_HEAD(dev_priv) R128_READ( R128_PM4_BUFFER_DL_RPTR ) |