浏览代码

drm/radeon: bump the UMS driver version number to indicate rv740 fix

This lets UMS userspace know the rv740 fix is in. For KMS we can
consider the kernel release to be the v2.0.0 release so we don't need the
bump there.

Signed-off-by: Dave Airlie <airlied@redhat.com>
Dave Airlie 15 年之前
父节点
当前提交
635f1a3129
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      drivers/gpu/drm/radeon/radeon_drv.h

+ 2 - 1
drivers/gpu/drm/radeon/radeon_drv.h

@@ -106,9 +106,10 @@
  * 1.29- R500 3D cmd buffer support
  * 1.29- R500 3D cmd buffer support
  * 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
  */
  */
 #define DRIVER_MAJOR		1
 #define DRIVER_MAJOR		1
-#define DRIVER_MINOR		31
+#define DRIVER_MINOR		32
 #define DRIVER_PATCHLEVEL	0
 #define DRIVER_PATCHLEVEL	0
 
 
 enum radeon_cp_microcode_version {
 enum radeon_cp_microcode_version {