diff options
author | Maciej Cencora <m.cencora@gmail.com> | 2009-04-17 15:55:09 +0200 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2009-04-24 14:45:52 +1000 |
commit | e8a1344119f3787b822d110336e5dd33f6ffca70 (patch) | |
tree | 1d53d54b89243895f632bc2fa175a5f26fa26986 | |
parent | 59de2bebabc5027f93df999d59cc65df591c3e6e (diff) | |
download | op-kernel-dev-e8a1344119f3787b822d110336e5dd33f6ffca70.zip op-kernel-dev-e8a1344119f3787b822d110336e5dd33f6ffca70.tar.gz |
drm/radeon: bump minor version for occlusion queries support
We already added support, just need to let userspace
know when it can use them.
Signed-off-by: Maciej Cencora <m.cencora@gmail.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
-rw-r--r-- | drivers/gpu/drm/radeon/radeon_drv.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/gpu/drm/radeon/radeon_drv.h b/drivers/gpu/drm/radeon/radeon_drv.h index ed4d27e..8071d96 100644 --- a/drivers/gpu/drm/radeon/radeon_drv.h +++ b/drivers/gpu/drm/radeon/radeon_drv.h @@ -99,9 +99,10 @@ * 1.27- Add support for IGP GART * 1.28- Add support for VBL on CRTC2 * 1.29- R500 3D cmd buffer support + * 1.30- Add support for occlusion queries */ #define DRIVER_MAJOR 1 -#define DRIVER_MINOR 29 +#define DRIVER_MINOR 30 #define DRIVER_PATCHLEVEL 0 /* |