|
@@ -56,9 +56,10 @@
|
|
* 2.12.0 - RADEON_CS_KEEP_TILING_FLAGS
|
|
* 2.12.0 - RADEON_CS_KEEP_TILING_FLAGS
|
|
* 2.13.0 - virtual memory support, streamout
|
|
* 2.13.0 - virtual memory support, streamout
|
|
* 2.14.0 - add evergreen tiling informations
|
|
* 2.14.0 - add evergreen tiling informations
|
|
|
|
+ * 2.15.0 - add max_pipes query
|
|
*/
|
|
*/
|
|
#define KMS_DRIVER_MAJOR 2
|
|
#define KMS_DRIVER_MAJOR 2
|
|
-#define KMS_DRIVER_MINOR 14
|
|
|
|
|
|
+#define KMS_DRIVER_MINOR 15
|
|
#define KMS_DRIVER_PATCHLEVEL 0
|
|
#define KMS_DRIVER_PATCHLEVEL 0
|
|
int radeon_driver_load_kms(struct drm_device *dev, unsigned long flags);
|
|
int radeon_driver_load_kms(struct drm_device *dev, unsigned long flags);
|
|
int radeon_driver_unload_kms(struct drm_device *dev);
|
|
int radeon_driver_unload_kms(struct drm_device *dev);
|