diff options
author | Leo Liu <leo.liu@amd.com> | 2017-01-10 17:49:08 +0100 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2017-03-30 05:53:47 +0200 |
commit | a50798b6c724354b80d7c5e3de2ceaf8441a831e (patch) | |
tree | 797da3cfe6a4f44eb75446ce99cdc185523e0f07 /include/uapi/drm/amdgpu_drm.h | |
parent | drm/amdgpu: add uvd enc ring type and functions (diff) | |
download | linux-a50798b6c724354b80d7c5e3de2ceaf8441a831e.tar.xz 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.h | 3 |
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 |