diff options
author | Leo Liu <leo.liu@amd.com> | 2017-02-07 11:10:48 -0500 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2017-05-23 17:43:07 -0400 |
commit | 5faee772721d2d2623e7f5980477de773bc73128 (patch) | |
tree | 24a9a27313cee65abe3e86ea0996d436ddff1333 /include | |
parent | 3f457d2a6e2dd74820ad7258edef573ab3b114fd (diff) | |
download | libdrm-5faee772721d2d2623e7f5980477de773bc73128.tar.gz libdrm-5faee772721d2d2623e7f5980477de773bc73128.tar.bz2 libdrm-5faee772721d2d2623e7f5980477de773bc73128.zip |
amdgpu/drm: add AMDGPU_HW_IP_VCN_DEC
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>
Reviewed-by: Christian König <christian.koenig@amd.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/drm/amdgpu_drm.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/drm/amdgpu_drm.h b/include/drm/amdgpu_drm.h index 0de4cf6e..add5163a 100644 --- a/include/drm/amdgpu_drm.h +++ b/include/drm/amdgpu_drm.h @@ -406,7 +406,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 |