drm/radeon: bump version to 2.9
authorDave Airlie <airlied@redhat.com>
Tue, 1 Mar 2011 02:10:43 +0000 (12:10 +1000)
committerDave Airlie <airlied@redhat.com>
Tue, 1 Mar 2011 05:01:11 +0000 (15:01 +1000)
This lets r600g enable texture formats and some more extensions.

Signed-off-by: Dave Airlie <airlied@redhat.com>
drivers/gpu/drm/radeon/radeon_drv.c

index 8a0df3d..6c11615 100644 (file)
  * - 2.6.0 - add tiling config query (r6xx+), add initial HiZ support (r300->r500)
  *   2.7.0 - fixups for r600 2D tiling support. (no external ABI change), add eg dyn gpr regs
  *   2.8.0 - pageflip support, r500 US_FORMAT regs. r500 ARGB2101010 colorbuf, r300->r500 CMASK, clock crystal query
+ *   2.9.0 - r600 tiling (s3tc,rgtc) working, SET_PREDICATION packet 3 on r600 + eg
  */
 #define KMS_DRIVER_MAJOR       2
-#define KMS_DRIVER_MINOR       8
+#define KMS_DRIVER_MINOR       9
 #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);