Commit 6bb11801 authored by Alex Deucher's avatar Alex Deucher Committed by Dave Airlie

drm/radeon: bump the UMS driver version for r6xx/r7xx const buffer support

Signed-off-by: default avatarAlex Deucher <alexdeucher@gmail.com>
Signed-off-by: default avatarDave Airlie <airlied@redhat.com>
parent fdb43528
...@@ -107,9 +107,10 @@ ...@@ -107,9 +107,10 @@
* 1.30- Add support for occlusion queries * 1.30- Add support for occlusion queries
* 1.31- Add support for num Z pipes from GET_PARAM * 1.31- Add support for num Z pipes from GET_PARAM
* 1.32- fixes for rv740 setup * 1.32- fixes for rv740 setup
* 1.33- Add r6xx/r7xx const buffer support
*/ */
#define DRIVER_MAJOR 1 #define DRIVER_MAJOR 1
#define DRIVER_MINOR 32 #define DRIVER_MINOR 33
#define DRIVER_PATCHLEVEL 0 #define DRIVER_PATCHLEVEL 0
enum radeon_cp_microcode_version { enum radeon_cp_microcode_version {
......
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