aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/radeon/radeon_drv.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/drm/radeon/radeon_drv.c')
-rw-r--r--drivers/gpu/drm/radeon/radeon_drv.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/gpu/drm/radeon/radeon_drv.c b/drivers/gpu/drm/radeon/radeon_drv.c
index d688f6cd1ae4..7d620d4b3f31 100644
--- a/drivers/gpu/drm/radeon/radeon_drv.c
+++ b/drivers/gpu/drm/radeon/radeon_drv.c
@@ -89,9 +89,10 @@
89 * 2.40.0 - Add RADEON_GEM_GTT_WC/UC, flush HDP cache before submitting 89 * 2.40.0 - Add RADEON_GEM_GTT_WC/UC, flush HDP cache before submitting
90 * CS to GPU on >= r600 90 * CS to GPU on >= r600
91 * 2.41.0 - evergreen/cayman: Add SET_BASE/DRAW_INDIRECT command parsing support 91 * 2.41.0 - evergreen/cayman: Add SET_BASE/DRAW_INDIRECT command parsing support
92 * 2.42.0 - Add VCE/VUI (Video Usability Information) support
92 */ 93 */
93#define KMS_DRIVER_MAJOR 2 94#define KMS_DRIVER_MAJOR 2
94#define KMS_DRIVER_MINOR 41 95#define KMS_DRIVER_MINOR 42
95#define KMS_DRIVER_PATCHLEVEL 0 96#define KMS_DRIVER_PATCHLEVEL 0
96int radeon_driver_load_kms(struct drm_device *dev, unsigned long flags); 97int radeon_driver_load_kms(struct drm_device *dev, unsigned long flags);
97int radeon_driver_unload_kms(struct drm_device *dev); 98int radeon_driver_unload_kms(struct drm_device *dev);