aboutsummaryrefslogtreecommitdiffstats
path: root/include/uapi/drm
diff options
context:
space:
mode:
authorLeo Liu <leo.liu@amd.com>2017-02-07 11:57:08 -0500
committerAlex Deucher <alexander.deucher@amd.com>2017-05-24 17:41:34 -0400
commit66e236f180f0ab6b9b9efd9e7fdbfd9de98e333d (patch)
tree74835325e7945bd30b52e0b8c79f58d0ead8121f /include/uapi/drm
parentdrm/amdgpu/vcn: implement ib tests with new message buffer interface (diff)
downloadlinux-dev-66e236f180f0ab6b9b9efd9e7fdbfd9de98e333d.tar.xz
linux-dev-66e236f180f0ab6b9b9efd9e7fdbfd9de98e333d.zip
uapi/drm: add AMDGPU_HW_IP_VCN_DEC for decode CS
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 0735f47e6a5b..6ad29c9a4b1f 100644
--- a/include/uapi/drm/amdgpu_drm.h
+++ b/include/uapi/drm/amdgpu_drm.h
@@ -431,7 +431,8 @@ struct drm_amdgpu_gem_va {
#define AMDGPU_HW_IP_UVD 3
#define AMDGPU_HW_IP_VCE 4
#define AMDGPU_HW_IP_UVD_ENC 5
-#define AMDGPU_HW_IP_NUM 6
+#define AMDGPU_HW_IP_VCN_DEC 6
+#define AMDGPU_HW_IP_NUM 7
#define AMDGPU_HW_IP_INSTANCE_MAX_COUNT 1