aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2011-02-28 21:10:43 -0500
committerDave Airlie <airlied@redhat.com>2011-03-01 00:01:11 -0500
commita61f2bc47256a32c56f49f1e9b9f4468387e0299 (patch)
tree93387f807790cd5b5ff387a7b961a30c0506adcb
parent2a19cac8f9abf66c3b7b3b6e741b967570773215 (diff)
drm/radeon: bump version to 2.9
This lets r600g enable texture formats and some more extensions. Signed-off-by: Dave Airlie <airlied@redhat.com>
-rw-r--r--drivers/gpu/drm/radeon/radeon_drv.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/gpu/drm/radeon/radeon_drv.c b/drivers/gpu/drm/radeon/radeon_drv.c
index 8a0df3d2a4c3..6c1161505582 100644
--- a/drivers/gpu/drm/radeon/radeon_drv.c
+++ b/drivers/gpu/drm/radeon/radeon_drv.c
@@ -49,9 +49,10 @@
49 * - 2.6.0 - add tiling config query (r6xx+), add initial HiZ support (r300->r500) 49 * - 2.6.0 - add tiling config query (r6xx+), add initial HiZ support (r300->r500)
50 * 2.7.0 - fixups for r600 2D tiling support. (no external ABI change), add eg dyn gpr regs 50 * 2.7.0 - fixups for r600 2D tiling support. (no external ABI change), add eg dyn gpr regs
51 * 2.8.0 - pageflip support, r500 US_FORMAT regs. r500 ARGB2101010 colorbuf, r300->r500 CMASK, clock crystal query 51 * 2.8.0 - pageflip support, r500 US_FORMAT regs. r500 ARGB2101010 colorbuf, r300->r500 CMASK, clock crystal query
52 * 2.9.0 - r600 tiling (s3tc,rgtc) working, SET_PREDICATION packet 3 on r600 + eg
52 */ 53 */
53#define KMS_DRIVER_MAJOR 2 54#define KMS_DRIVER_MAJOR 2
54#define KMS_DRIVER_MINOR 8 55#define KMS_DRIVER_MINOR 9
55#define KMS_DRIVER_PATCHLEVEL 0 56#define KMS_DRIVER_PATCHLEVEL 0
56int radeon_driver_load_kms(struct drm_device *dev, unsigned long flags); 57int radeon_driver_load_kms(struct drm_device *dev, unsigned long flags);
57int radeon_driver_unload_kms(struct drm_device *dev); 58int radeon_driver_unload_kms(struct drm_device *dev);