]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commitdiff
drm/radeon: bump driver version for new info ioctl requests
authorAlex Deucher <alexander.deucher@amd.com>
Sat, 8 Dec 2012 01:00:30 +0000 (20:00 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Sat, 8 Dec 2012 01:00:30 +0000 (20:00 -0500)
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/radeon/radeon_drv.c

index 07eb84e8a8a4e4188735daca8434e03906a65f08..d5ab55de44c07e11d6da8d2d37c59773ae53bc75 100644 (file)
  *   2.22.0 - r600 only: RESOLVE_BOX allowed
  *   2.23.0 - allow STRMOUT_BASE_UPDATE on RS780 and RS880
  *   2.24.0 - eg only: allow MIP_ADDRESS=0 for MSAA textures
+ *   2.25.0 - eg+: new info request for num SE and num SH
  */
 #define KMS_DRIVER_MAJOR       2
-#define KMS_DRIVER_MINOR       24
+#define KMS_DRIVER_MINOR       25
 #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);