projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1c62233
)
drm/radeon/kms: bump the KMS version number for square tiling support.
author
Dave Airlie
<airlied@redhat.com>
Mon, 1 Mar 2010 06:32:15 +0000
(16:32 +1000)
committer
Dave Airlie
<airlied@redhat.com>
Mon, 1 Mar 2010 06:32:15 +0000
(16:32 +1000)
Signed-off-by: Dave Airlie <airlied@redhat.com>
drivers/gpu/drm/radeon/radeon_drv.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/gpu/drm/radeon/radeon_drv.c
b/drivers/gpu/drm/radeon/radeon_drv.c
index f6456e02d1fe75b6b7d7e3b3b1f59ab8a335884a..6eec0ece6a6ccd6d14e9ae05a2fee63d0879ce41 100644
(file)
--- 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);