summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
diff options
context:
space:
mode:
authorDave Airlie2010-03-01 07:32:15 +0100
committerDave Airlie2010-03-01 07:32:15 +0100
commit0de1a57bedce0899c98da4c0910d4f38c9b7c8f4 (patch)
tree74d43a42688cf2636035d777262ac1f0242a9081 /drivers/gpu
parentMerge branch 'gpu-switcher' of /ssd/git//linux-2.6 into drm-next-stage (diff)
downloadkernel-qcow2-linux-0de1a57bedce0899c98da4c0910d4f38c9b7c8f4.tar.gz
kernel-qcow2-linux-0de1a57bedce0899c98da4c0910d4f38c9b7c8f4.tar.xz
kernel-qcow2-linux-0de1a57bedce0899c98da4c0910d4f38c9b7c8f4.zip
drm/radeon/kms: bump the KMS version number for square tiling support.
Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'drivers/gpu')
-rw-r--r--drivers/gpu/drm/radeon/radeon_drv.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/gpu/drm/radeon/radeon_drv.c b/drivers/gpu/drm/radeon/radeon_drv.c
index f6456e02d1fe..6eec0ece6a6c 100644
--- a/drivers/gpu/drm/radeon/radeon_drv.c
+++ b/drivers/gpu/drm/radeon/radeon_drv.c
@@ -40,9 +40,11 @@
/*
* KMS wrapper.
+ * - 2.0.0 - initial interface
+ * - 2.1.0 - add square tiling interface
*/
#define KMS_DRIVER_MAJOR 2
-#define KMS_DRIVER_MINOR 0
+#define KMS_DRIVER_MINOR 1
#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);