Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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

/*