Skip to content

Commit

Permalink
drm/radeon: bump minor version for occlusion queries support
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Maciej Cencora authored and Dave Airlie committed Apr 24, 2009
1 parent 59de2be commit e8a1344
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion drivers/gpu/drm/radeon/radeon_drv.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

/*
Expand Down

0 comments on commit e8a1344

Please sign in to comment.