aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/radeon/radeon_drv.c
diff options
context:
space:
mode:
authorAlex Deucher <alexander.deucher@amd.com>2013-04-10 13:41:25 -0400
committerAlex Deucher <alexander.deucher@amd.com>2013-06-27 10:49:12 -0400
commit39aee490288908a0fe50f09de8b13e8423ed7b21 (patch)
tree5609d935aa34c8214fafdf50e6cf962d08587f0e /drivers/gpu/drm/radeon/radeon_drv.c
parent0672e27bea2c91015627d46b0b858ed9815b0b24 (diff)
drm/radeon: add cik tile mode array query
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
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 094e7e5ea39e..02709e4ebe60 100644
--- a/drivers/gpu/drm/radeon/radeon_drv.c
+++ b/drivers/gpu/drm/radeon/radeon_drv.c
@@ -74,9 +74,10 @@
74 * 2.31.0 - Add fastfb support for rs690 74 * 2.31.0 - Add fastfb support for rs690
75 * 2.32.0 - new info request for rings working 75 * 2.32.0 - new info request for rings working
76 * 2.33.0 - Add SI tiling mode array query 76 * 2.33.0 - Add SI tiling mode array query
77 * 2.34.0 - Add CIK tiling mode array query
77 */ 78 */
78#define KMS_DRIVER_MAJOR 2 79#define KMS_DRIVER_MAJOR 2
79#define KMS_DRIVER_MINOR 33 80#define KMS_DRIVER_MINOR 34
80#define KMS_DRIVER_PATCHLEVEL 0 81#define KMS_DRIVER_PATCHLEVEL 0
81int radeon_driver_load_kms(struct drm_device *dev, unsigned long flags); 82int radeon_driver_load_kms(struct drm_device *dev, unsigned long flags);
82int radeon_driver_unload_kms(struct drm_device *dev); 83int radeon_driver_unload_kms(struct drm_device *dev);