aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c
diff options
context:
space:
mode:
authorAlex Deucher <[email protected]>2016-09-21 22:04:50 +0000
committerAlex Deucher <[email protected]>2016-09-22 14:24:42 +0000
commit9cee3c1f95298fb98bbec9e8410d4da64a271fe5 (patch)
treec5ba7ccb9849169f0b5efd2faf59f04e6ff6f200 /drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c
parentdrm/amdgpu/vce: allow the clock table packet (diff)
downloadkernel-9cee3c1f95298fb98bbec9e8410d4da64a271fe5.tar.gz
kernel-9cee3c1f95298fb98bbec9e8410d4da64a271fe5.zip
drm/amdgpu: bump version for new vce packet support
Reviewed-by: Christian König <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c')
-rw-r--r--drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c3
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 @@
* - 3.4.0 - Add AMDGPU_INFO_NUM_EVICTIONS.
* - 3.5.0 - Add support for new UVD_NO_OP register.
* - 3.6.0 - kmd involves use CONTEXT_CONTROL in ring buffer.
+ * - 3.7.0 - Add support for VCE clock list packet
*/
#define KMS_DRIVER_MAJOR 3
-#define KMS_DRIVER_MINOR 6
+#define KMS_DRIVER_MINOR 7
#define KMS_DRIVER_PATCHLEVEL 0
int amdgpu_vram_limit = 0;