diff options
author | Alex Deucher <alexander.deucher@amd.com> | 2013-12-23 17:31:44 +0100 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2013-12-23 17:31:44 +0100 |
commit | 9482d0d37b46d2bd968d357bbd912cae49caf163 (patch) | |
tree | b2f381cecefb8875a260a529e5713b1a86799980 | |
parent | drm/radeon: set correct number of banks for CIK chips in DCE (diff) | |
download | linux-9482d0d37b46d2bd968d357bbd912cae49caf163.tar.xz linux-9482d0d37b46d2bd968d357bbd912cae49caf163.zip |
drm/radeon: Bump version for CIK DCE tiling fix
Note when CIK DCE tiling was fixed.
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
-rw-r--r-- | drivers/gpu/drm/radeon/radeon_drv.c | 3 |
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 1958b36ad0e5..db39ea36bf22 100644 --- a/drivers/gpu/drm/radeon/radeon_drv.c +++ b/drivers/gpu/drm/radeon/radeon_drv.c @@ -77,9 +77,10 @@ * 2.33.0 - Add SI tiling mode array query * 2.34.0 - Add CIK tiling mode array query * 2.35.0 - Add CIK macrotile mode array query + * 2.36.0 - Fix CIK DCE tiling setup */ #define KMS_DRIVER_MAJOR 2 -#define KMS_DRIVER_MINOR 35 +#define KMS_DRIVER_MINOR 36 #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); |