aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeo Liu <[email protected]>2017-01-10 11:49:08 -0500
committerAlex Deucher <[email protected]>2017-03-29 23:53:47 -0400
commita50798b6c724354b80d7c5e3de2ceaf8441a831e (patch)
tree797da3cfe6a4f44eb75446ce99cdc185523e0f07
parent50c3e23299685c2cf5932d87540ef8f4a271f018 (diff)
uapi/drm: add AMDGPU_HW_IP_UVD_ENC
Reviewed-by: Christian König <[email protected]> Signed-off-by: Leo Liu <[email protected]> Reviewed-by: Alex Deucher <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
-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