summaryrefslogtreecommitdiffstats
path: root/include/uapi/drm/amdgpu_drm.h
diff options
context:
space:
mode:
authorLeo Liu2017-01-10 17:49:08 +0100
committerAlex Deucher2017-03-30 05:53:47 +0200
commita50798b6c724354b80d7c5e3de2ceaf8441a831e (patch)
tree797da3cfe6a4f44eb75446ce99cdc185523e0f07 /include/uapi/drm/amdgpu_drm.h
parentdrm/amdgpu: add uvd enc ring type and functions (diff)
downloadkernel-qcow2-linux-a50798b6c724354b80d7c5e3de2ceaf8441a831e.tar.gz
kernel-qcow2-linux-a50798b6c724354b80d7c5e3de2ceaf8441a831e.tar.xz
kernel-qcow2-linux-a50798b6c724354b80d7c5e3de2ceaf8441a831e.zip
uapi/drm: add AMDGPU_HW_IP_UVD_ENC
Reviewed-by: Christian König <christian.koenig@amd.com> Signed-off-by: Leo Liu <leo.liu@amd.com> Reviewed-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'include/uapi/drm/amdgpu_drm.h')
-rw-r--r--include/uapi/drm/amdgpu_drm.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/uapi/drm/amdgpu_drm.h b/include/uapi/drm/amdgpu_drm.h
index 732c662fad79..2c30e324cb12 100644
--- a/include/uapi/drm/amdgpu_drm.h
+++ b/include/uapi/drm/amdgpu_drm.h
@@ -385,7 +385,8 @@ struct drm_amdgpu_gem_va {
#define AMDGPU_HW_IP_DMA 2
#define AMDGPU_HW_IP_UVD 3
#define AMDGPU_HW_IP_VCE 4
-#define AMDGPU_HW_IP_NUM 5
+#define AMDGPU_HW_IP_UVD_ENC 5
+#define AMDGPU_HW_IP_NUM 6
#define AMDGPU_HW_IP_INSTANCE_MAX_COUNT 1