Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0de1a57b authored by Dave Airlie's avatar Dave Airlie
Browse files

drm/radeon/kms: bump the KMS version number for square tiling support.



Signed-off-by: default avatarDave Airlie <airlied@redhat.com>
parent 1c622335
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -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);