Commit e8a13441 authored by Maciej Cencora's avatar Maciej Cencora Committed by Dave Airlie

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: default avatarMaciej Cencora <m.cencora@gmail.com>
Signed-off-by: default avatarDave Airlie <airlied@redhat.com>
parent 59de2beb
...@@ -99,9 +99,10 @@ ...@@ -99,9 +99,10 @@
* 1.27- Add support for IGP GART * 1.27- Add support for IGP GART
* 1.28- Add support for VBL on CRTC2 * 1.28- Add support for VBL on CRTC2
* 1.29- R500 3D cmd buffer support * 1.29- R500 3D cmd buffer support
* 1.30- Add support for occlusion queries
*/ */
#define DRIVER_MAJOR 1 #define DRIVER_MAJOR 1
#define DRIVER_MINOR 29 #define DRIVER_MINOR 30
#define DRIVER_PATCHLEVEL 0 #define DRIVER_PATCHLEVEL 0
/* /*
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment