summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c
diff options
context:
space:
mode:
authorAlex Deucher2016-08-22 23:58:14 +0200
committerAlex Deucher2016-08-24 22:25:04 +0200
commit8dd31d74acc1371d143fd0b2795dc3d16fb47202 (patch)
tree33c6a0d6f3518ea6da2d6a33f0cfc383a6181add /drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c
parentdrm/amdgpu: fix VCE ib alignment value (diff)
downloadkernel-qcow2-linux-8dd31d74acc1371d143fd0b2795dc3d16fb47202.tar.gz
kernel-qcow2-linux-8dd31d74acc1371d143fd0b2795dc3d16fb47202.tar.xz
kernel-qcow2-linux-8dd31d74acc1371d143fd0b2795dc3d16fb47202.zip
drm/amdgpu: add support for UVD_NO_OP register
Writes to this register are the preferred way to do NOPs. Bump the driver version as well. Reviewed-by: Christian König <christian.koenig@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
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 f5c99a008717..a631c954c4e2 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c
@@ -54,9 +54,10 @@
* at the end of IBs.
* - 3.3.0 - Add VM support for UVD on supported hardware.
* - 3.4.0 - Add AMDGPU_INFO_NUM_EVICTIONS.
+ * - 3.5.0 - Add support for new UVD_NO_OP register.
*/
#define KMS_DRIVER_MAJOR 3
-#define KMS_DRIVER_MINOR 4
+#define KMS_DRIVER_MINOR 5
#define KMS_DRIVER_PATCHLEVEL 0
int amdgpu_vram_limit = 0;