aboutsummaryrefslogtreecommitdiffstats
path: root/include/uapi/drm
diff options
context:
space:
mode:
authorLeo Liu <leo.liu@amd.com>2017-01-10 11:49:08 -0500
committerAlex Deucher <alexander.deucher@amd.com>2017-03-29 23:53:47 -0400
commita50798b6c724354b80d7c5e3de2ceaf8441a831e (patch)
tree797da3cfe6a4f44eb75446ce99cdc185523e0f07 /include/uapi/drm
parentdrm/amdgpu: add uvd enc ring type and functions (diff)
downloadlinux-dev-a50798b6c724354b80d7c5e3de2ceaf8441a831e.tar.xz
linux-dev-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')
-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