drm/radeon/kms: bump the version for r6xx/r7xx const buffer support
authorAlex Deucher <alexdeucher@gmail.com>
Fri, 26 Mar 2010 19:24:14 +0000 (15:24 -0400)
committerDave Airlie <airlied@redhat.com>
Wed, 31 Mar 2010 03:12:23 +0000 (13:12 +1000)
Signed-off-by: Alex Deucher <alexdeucher@gmail.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
drivers/gpu/drm/radeon/radeon_drv.c

index 6eec0ec..54ec049 100644 (file)
  * KMS wrapper.
  * - 2.0.0 - initial interface
  * - 2.1.0 - add square tiling interface
+ * - 2.2.0 - add r6xx/r7xx const buffer support
  */
 #define KMS_DRIVER_MAJOR       2
-#define KMS_DRIVER_MINOR       1
+#define KMS_DRIVER_MINOR       2
 #define KMS_DRIVER_PATCHLEVEL  0
 int radeon_driver_load_kms(struct drm_device *dev, unsigned long flags);
 int radeon_driver_unload_kms(struct drm_device *dev);