diff options
| author | Dave Airlie <airlied@redhat.com> | 2010-03-01 01:32:15 -0500 |
|---|---|---|
| committer | Dave Airlie <airlied@redhat.com> | 2010-03-01 01:32:15 -0500 |
| commit | 0de1a57bedce0899c98da4c0910d4f38c9b7c8f4 (patch) | |
| tree | 74d43a42688cf2636035d777262ac1f0242a9081 | |
| parent | 1c62233508ef7104f8a78e571fdf5c72d0dc0200 (diff) | |
drm/radeon/kms: bump the KMS version number for square tiling support.
Signed-off-by: Dave Airlie <airlied@redhat.com>
| -rw-r--r-- | drivers/gpu/drm/radeon/radeon_drv.c | 4 |
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 @@ | |||
| 40 | 40 | ||
| 41 | /* | 41 | /* |
| 42 | * KMS wrapper. | 42 | * KMS wrapper. |
| 43 | * - 2.0.0 - initial interface | ||
| 44 | * - 2.1.0 - add square tiling interface | ||
| 43 | */ | 45 | */ |
| 44 | #define KMS_DRIVER_MAJOR 2 | 46 | #define KMS_DRIVER_MAJOR 2 |
| 45 | #define KMS_DRIVER_MINOR 0 | 47 | #define KMS_DRIVER_MINOR 1 |
| 46 | #define KMS_DRIVER_PATCHLEVEL 0 | 48 | #define KMS_DRIVER_PATCHLEVEL 0 |
| 47 | int radeon_driver_load_kms(struct drm_device *dev, unsigned long flags); | 49 | int radeon_driver_load_kms(struct drm_device *dev, unsigned long flags); |
| 48 | int radeon_driver_unload_kms(struct drm_device *dev); | 50 | int radeon_driver_unload_kms(struct drm_device *dev); |
