summaryrefslogtreecommitdiffstats
path: root/include/uapi
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
parent50c3e23299685c2cf5932d87540ef8f4a271f018 (diff)
downloadop-kernel-dev-a50798b6c724354b80d7c5e3de2ceaf8441a831e.zip
op-kernel-dev-a50798b6c724354b80d7c5e3de2ceaf8441a831e.tar.gz
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')
-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 732c662..2c30e32 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
OpenPOWER on IntegriCloud