diff options
author | Alex Deucher <alexander.deucher@amd.com> | 2016-09-21 18:04:50 -0400 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2016-09-22 10:24:42 -0400 |
commit | 9cee3c1f95298fb98bbec9e8410d4da64a271fe5 (patch) | |
tree | c5ba7ccb9849169f0b5efd2faf59f04e6ff6f200 | |
parent | 4f827785404f20ad7ca11c5d2d7832630514a280 (diff) |
drm/amdgpu: bump version for new vce packet support
Reviewed-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c index 0c5f36d1ea3e..e7ae67234a7b 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c | |||
@@ -56,9 +56,10 @@ | |||
56 | * - 3.4.0 - Add AMDGPU_INFO_NUM_EVICTIONS. | 56 | * - 3.4.0 - Add AMDGPU_INFO_NUM_EVICTIONS. |
57 | * - 3.5.0 - Add support for new UVD_NO_OP register. | 57 | * - 3.5.0 - Add support for new UVD_NO_OP register. |
58 | * - 3.6.0 - kmd involves use CONTEXT_CONTROL in ring buffer. | 58 | * - 3.6.0 - kmd involves use CONTEXT_CONTROL in ring buffer. |
59 | * - 3.7.0 - Add support for VCE clock list packet | ||
59 | */ | 60 | */ |
60 | #define KMS_DRIVER_MAJOR 3 | 61 | #define KMS_DRIVER_MAJOR 3 |
61 | #define KMS_DRIVER_MINOR 6 | 62 | #define KMS_DRIVER_MINOR 7 |
62 | #define KMS_DRIVER_PATCHLEVEL 0 | 63 | #define KMS_DRIVER_PATCHLEVEL 0 |
63 | 64 | ||
64 | int amdgpu_vram_limit = 0; | 65 | int amdgpu_vram_limit = 0; |